#BBBF73

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

Shades of Pine Glade #BBBF73

Tints of Pine Glade #BBBF73

Color information

#BBBF73 (or 0xBBBF73) is unknown color: approx Pine Glade. HEX triplet: BB, BF and 73. RGB value is (187,191,115). Sum of RGB (Red+Green+Blue) = 187+191+115=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 115 (45.31% from 255 or 23.33% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF73 is #44408C. Grayscale: #B5B5B5. Windows color (decimal): -4472973 or 7585723. OLE color: 7585723.

HSL color Cylindrical-coordinate representation of color #BBBF73: hue angle of 63.16º degrees, saturation: 0.37, 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 #BBBF73 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB187191115-
CMYK0.0200.400.25
HSL63.16º37.25%60%-
HSV(B)63.16º39.79%74.9%-
XYZ42.2249.0623.46-
YUV181.1490.67132.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.93%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 115 (45.31% from 255) = 23.33%
R=37.93%
G=38.74%
B=23.33%

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
Decimal1871911150.0200.400.2563.1637.2560
HexBBBF732028193f253c
Octal273277163205031774574
Binary1011101110111111111001110010100011001111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF73; }

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

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

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

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

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

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

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

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