#B9C872

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

Shades of Pine Glade #B9C872

Tints of Pine Glade #B9C872

Color information

#B9C872 (or 0xB9C872) is unknown color: approx Pine Glade. HEX triplet: B9, C8 and 72. RGB value is (185,200,114). Sum of RGB (Red+Green+Blue) = 185+200+114=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C872 is #46378D. Grayscale: #BABABA. Windows color (decimal): -4601742 or 7522489. OLE color: 7522489.

HSL color Cylindrical-coordinate representation of color #B9C872: hue angle of 70.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9C872 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB185200114-
CMYK0.0800.430.22
HSL70.47º43.88%61.57%-
HSV(B)70.47º43%78.43%-
XYZ43.752.8423.82-
YUV185.7187.53127.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.07%
GREEN value IS 200 (78.52% from 255) = 40.08%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=37.07%
G=40.08%
B=22.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1852001140.0800.430.2270.4743.8861.57
HexB9C872802B16462c3e
Octal27131016210053261065476
Binary1011100111001000111001010000101011101101000110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C872; }

 p { color: rgb(185,200,114); }

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

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

 a { background-color: rgb(185,200,114); }

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

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

 span { border-color: rgb(185,200,114); }

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