#BBBF76

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

Shades of Pine Glade #BBBF76

Tints of Pine Glade #BBBF76

Color information

#BBBF76 (or 0xBBBF76) is unknown color: approx Pine Glade. HEX triplet: BB, BF and 76. RGB value is (187,191,118). Sum of RGB (Red+Green+Blue) = 187+191+118=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF76 is #444089. Grayscale: #B5B5B5. Windows color (decimal): -4472970 or 7782331. OLE color: 7782331.

HSL color Cylindrical-coordinate representation of color #BBBF76: hue angle of 63.29º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBBF76 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB187191118-
CMYK0.0200.380.25
HSL63.29º36.32%60.59%-
HSV(B)63.29º38.22%74.9%-
XYZ42.3949.1324.39-
YUV181.4892.17131.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=37.70%
G=38.51%
B=23.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911180.0200.380.2563.2936.3260.59
HexBBBF762026193f243d
Octal273277166204631774475
Binary1011101110111111111011010010011011001111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF76; }

 p { color: rgb(187,191,118); }

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

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

 a { background-color: rgb(187,191,118); }

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

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

 span { border-color: rgb(187,191,118); }

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