#BBC972

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

Shades of Pine Glade #BBC972

Tints of Pine Glade #BBC972

Color information

#BBC972 (or 0xBBC972) is unknown color: approx Pine Glade. HEX triplet: BB, C9 and 72. RGB value is (187,201,114). Sum of RGB (Red+Green+Blue) = 187+201+114=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBC972 is #44368D. Grayscale: #BBBBBB. Windows color (decimal): -4470414 or 7522747. OLE color: 7522747.

HSL color Cylindrical-coordinate representation of color #BBC972: hue angle of 69.66º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBC972 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB187201114-
CMYK0.0700.430.21
HSL69.66º44.62%61.76%-
HSV(B)69.66º43.28%78.82%-
XYZ44.4253.5523.92-
YUV186.986.86128.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.25%
GREEN value IS 201 (78.91% from 255) = 40.04%
BLUE value IS 114 (44.92% from 255) = 22.71%
R=37.25%
G=40.04%
B=22.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872011140.0700.430.2169.6644.6261.76
HexBBC972702B15462d3e
Octal2733111627053251065576
Binary101110111100100111100101110101011101011000110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC972; }

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

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

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

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

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

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

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

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