#B9C572

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

Shades of Pine Glade #B9C572

Tints of Pine Glade #B9C572

Color information

#B9C572 (or 0xB9C572) is unknown color: approx Pine Glade. HEX triplet: B9, C5 and 72. RGB value is (185,197,114). Sum of RGB (Red+Green+Blue) = 185+197+114=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C572 is #463A8D. Grayscale: #B8B8B8. Windows color (decimal): -4602510 or 7521721. OLE color: 7521721.

HSL color Cylindrical-coordinate representation of color #B9C572: hue angle of 68.67º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B9C572 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB185197114-
CMYK0.0600.420.23
HSL68.67º41.71%60.98%-
HSV(B)68.67º42.13%77.25%-
XYZ43.0151.4623.59-
YUV183.9588.52128.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.30%
GREEN value IS 197 (77.34% from 255) = 39.72%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=37.30%
G=39.72%
B=22.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851971140.0600.420.2368.6741.7160.98
HexB9C572602A17452a3d
Octal2713051626052271055275
Binary101110011100010111100101100101010101111000101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C572; }

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

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

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

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

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

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

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

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