#B9C471

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

Shades of Pine Glade #B9C471

Tints of Pine Glade #B9C471

Color information

#B9C471 (or 0xB9C471) is unknown color: approx Pine Glade. HEX triplet: B9, C4 and 71. RGB value is (185,196,113). Sum of RGB (Red+Green+Blue) = 185+196+113=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 113 (44.53% from 255 or 22.87% from 494); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C471 is #463B8E. Grayscale: #B7B7B7. Windows color (decimal): -4602767 or 7455929. OLE color: 7455929.

HSL color Cylindrical-coordinate representation of color #B9C471: hue angle of 67.95º degrees, saturation: 0.41, 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 #B9C471 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB185196113-
CMYK0.0600.420.23
HSL67.95º41.29%60.59%-
HSV(B)67.95º42.35%76.86%-
XYZ42.7350.9923.21-
YUV183.2588.36129.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 196 (76.95% from 255) = 39.68%
BLUE value IS 113 (44.53% from 255) = 22.87%
R=37.45%
G=39.68%
B=22.87%

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
Decimal1851961130.0600.420.2367.9541.2960.59
HexB9C471602A1744293d
Octal2713041616052271045175
Binary101110011100010011100011100101010101111000100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C471; }

 p { color: rgb(185,196,113); }

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

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

 a { background-color: rgb(185,196,113); }

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

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

 span { border-color: rgb(185,196,113); }

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