#BBBF72

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

Shades of Pine Glade #BBBF72

Tints of Pine Glade #BBBF72

Color information

#BBBF72 (or 0xBBBF72) is unknown color: approx Pine Glade. HEX triplet: BB, BF and 72. RGB value is (187,191,114). Sum of RGB (Red+Green+Blue) = 187+191+114=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF72 is #44408D. Grayscale: #B5B5B5. Windows color (decimal): -4472974 or 7520187. OLE color: 7520187.

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

Color convert

RGB187191114-
CMYK0.0200.400.25
HSL63.12º37.56%59.8%-
HSV(B)63.12º40.31%74.9%-
XYZ42.1649.0423.16-
YUV181.0390.17132.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=38.01%
G=38.82%
B=23.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911140.0200.400.2563.1237.5659.8
HexBBBF722028193f263c
Octal273277162205031774674
Binary1011101110111111111001010010100011001111111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF72; }

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

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

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

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

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

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

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

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