#BBBD72

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

Shades of Pine Glade #BBBD72

Tints of Pine Glade #BBBD72

Color information

#BBBD72 (or 0xBBBD72) is unknown color: approx Pine Glade. HEX triplet: BB, BD and 72. RGB value is (187,189,114). Sum of RGB (Red+Green+Blue) = 187+189+114=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBD72 is #44428D. Grayscale: #B4B4B4. Windows color (decimal): -4473486 or 7519675. OLE color: 7519675.

HSL color Cylindrical-coordinate representation of color #BBBD72: hue angle of 61.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBBD72 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB187189114-
CMYK0.0100.400.26
HSL61.6º36.23%59.41%-
HSV(B)61.6º39.68%74.12%-
XYZ41.7348.1723.02-
YUV179.8590.84133.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.16%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 114 (44.92% from 255) = 23.27%
R=38.16%
G=38.57%
B=23.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871891140.0100.400.2661.636.2359.41
HexBBBD7210281A3e243b
Octal273275162105032764473
Binary101110111011110111100101010100011010111110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD72; }

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

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

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

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

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

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

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

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