COLOR #BBC753

HEX: #BBC753 RGB: (187,199,83)

Color info

#BBC753 contains mainly red and green colors. Web safe color of #BBC753 is #CCCC66 (or #CC6).

RGB color model

#BBC753 color RGB value is (187,199,83).

RGB: (187,199,83) (73%, 78%, 33%)

RGB channels and saturation

R 187 of 255 = 73%
G 199 of 255 = 78%
B 83 of 255 = 33%

187
199
83

R + G + B ~ 61%. #BBC753 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 199 + 83 = 469 (100%)
R 187 of 469 ~ 39.87%
G 199 of 469 ~ 42.43%
B 83 of 469 ~ 17.7'%

%39.87
%42.43
%17.7

CMYK color model

#BBC753 color CMYK value is (6,0,58,22).

  • cyan value is 6.03%
  • magenta value is 0.00%
  • yellow value is 58.29%
  • key color value is 21.96%

CMYK: (6,0,58,22)
C6M0Y58K22 (6%, 0%, 58%, 22%)
(0.06 / 0.00 / 0.58 / 0.22)

CMYK percentages

%6.03
%0
%58.29
%21.96

Codes

Color #BBC753 in popluar color models

BB C7 53
RGB 187 199 83
HSL 66° 50.88% 55.29%
HSB/HSV 66° 58.29% 78.04%
CMYK 6.03% 0.00% 58.29%
21.96%

Color #BBC753 in popluar number systems.

HEX BB C7 53
Decimal 187 199 83
Binary 10111011 11000111 1010011
Octal 273 307 123

Shades and tints

Shades of #BBC753

#BBC753
(187,199,83)
#AAB54C
(170,181,76)
#99A345
(153,163,69)
#88913E
(136,145,62)
#777F37
(119,127,55)
#666D30
(102,109,48)
#555B29
(85,91,41)
#444922
(68,73,34)
#33371B
(51,55,27)
#222514
(34,37,20)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #BBC753

#BBC753
(187,199,83)
#C1CC62
(193,204,98)
#C7D171
(199,209,113)
#CDD680
(205,214,128)
#D3DB8F
(211,219,143)
#D9E09E
(217,224,158)
#DFE5AD
(223,229,173)
#E5EABC
(229,234,188)
#EBEFCB
(235,239,203)
#F1F4DA
(241,244,218)
#F7F9E9
(247,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC753 color. Also use rgb(187,199,83) instead hex code.

Text Font Color

.myTextColor { color: #BBC753; }

<p style="color:#BBC753">This sample text font color is #BBC753.</p>

This text font color is #BBC753.

Background Color

.myBgColor { background-color: #BBC753; }

<div style="background-color:#BBC753">Inner text</div>

This div background color is #BBC753.

Border color

.myBorderColor { border: 1px solid #BBC753; }

<div style="border:3px solid #BBC753">Div</div>

This div border color is #BBC753.

Opacity

.myOpacity80 { color: #BBC753; opacity: 0.8; }

<p style="color:#BBC753;opacity:0.8;">80%</p>

Text with #BBC753 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBC753;}

<p style="text-shadow: 3px 3px 1px #BBC753">Text here.</p>

This text has shadow with #BBC753 color.


.textShadow {text-shadow: 3px 3px 1px #BBC753', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBC753, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBC753 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBC753, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBC753, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBC753 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBC753;
-webkit-box-shadow: 1px 1px 3px 2px #BBC753;
box-shadow: 1px 1px 3px 2px #BBC753;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBC753; -webkit-box-shadow: 1px 1px 3px 2px #BBC753; box-shadow:1px 1px 3px 2px #BBC753;">
Div content here
</div>

This div box has shadow with color #BBC753.

Preview

Color preview on black background

This text has color #BBC753 on black background.


Color preview on white background

This text has color #BBC753 on white background.


Black color preview on #BBC753 background

This text has black color on #BBC753 background.


White color preview on #BBC753 background

This text has white color on #BBC753 background.


Related colors

Complementary color

Complementary color for #hex is #4438AC.


I love getcolorcode.com

Triadic colors

1 #53BBC7 and #C753BB with #BBC753 are triadic colors.

2 #53C7BB and #C7BB53 with #BBC753 are triadic colors.