#BBBB76

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

Shades of Pine Glade #BBBB76

Tints of Pine Glade #BBBB76

Color information

#BBBB76 (or 0xBBBB76) is unknown color: approx Pine Glade. HEX triplet: BB, BB and 76. RGB value is (187,187,118). Sum of RGB (Red+Green+Blue) = 187+187+118=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB76 is #444489. Grayscale: #B3B3B3. Windows color (decimal): -4473994 or 7781307. OLE color: 7781307.

HSL color Cylindrical-coordinate representation of color #BBBB76: hue angle of 60º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBBB76 is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB187187118-
CMYK000.370.27
HSL60º33.66%59.8%-
HSV(B)60º36.9%73.33%-
XYZ41.5347.4124.1-
YUV179.1393.5133.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=38.01%
G=38.01%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187187118000.370.276033.6659.8
HexBBBB7600251B3c223c
Octal273273166004533744274
Binary101110111011101111101100010010111011111100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB76; }

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

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

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

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

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

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

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

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