#BBC771

Color #BBC771 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BBC771

Tints of Pine Glade #BBC771

Color information

#BBC771 (or 0xBBC771) is unknown color: approx Pine Glade. HEX triplet: BB, C7 and 71. RGB value is (187,199,113). Sum of RGB (Red+Green+Blue) = 187+199+113=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC771 is #44388E. Grayscale: #B9B9B9. Windows color (decimal): -4470927 or 7456699. OLE color: 7456699.

HSL color Cylindrical-coordinate representation of color #BBC771: hue angle of 68.37º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC771 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB187199113-
CMYK0.0600.430.22
HSL68.37º43.43%61.18%-
HSV(B)68.37º43.22%78.04%-
XYZ43.952.623.46-
YUV185.6187.02128.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 199 (78.12% from 255) = 39.88%
BLUE value IS 113 (44.53% from 255) = 22.65%
R=37.47%
G=39.88%
B=22.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871991130.0600.430.2268.3743.4361.18
HexBBC771602B16442b3d
Octal2733071616053261045375
Binary101110111100011111100011100101011101101000100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC771; }

 p { color: rgb(187,199,113); }

 H1.HeaderClassName
 {
   color: #BBC771;
 }
 .AnyTagClassName
 {
   color: #BBC771;
 }
</style>
background-color css

<style>
 a { background-color: #BBC771; }

 a { background-color: rgb(187,199,113); }

 div.DivClassName
 {
   background-color: #BBC771;
 }
 .BgClassName
 {
   background-color: #BBC771;
 }
</style>
border-color css

<style>
 span { border-color: #BBC771; }

 span { border-color: rgb(187,199,113); }

 td.TdClassName
 {
   border-color: #BBC771;
 }
 .TagClassName
 {
   border-color: #BBC771;
 }
</style>