#B9C37A

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

Shades of Pine Glade #B9C37A

Tints of Pine Glade #B9C37A

Color information

#B9C37A (or 0xB9C37A) is unknown color: approx Pine Glade. HEX triplet: B9, C3 and 7A. RGB value is (185,195,122). Sum of RGB (Red+Green+Blue) = 185+195+122=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C37A is #463C85. Grayscale: #B7B7B7. Windows color (decimal): -4603014 or 8045497. OLE color: 8045497.

HSL color Cylindrical-coordinate representation of color #B9C37A: hue angle of 68.22º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9C37A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB185195122-
CMYK0.0500.370.24
HSL68.22º37.82%62.16%-
HSV(B)68.22º37.44%76.47%-
XYZ43.0450.7525.94-
YUV183.6993.19128.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.85%
GREEN value IS 195 (76.56% from 255) = 38.84%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=36.85%
G=38.84%
B=24.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951220.0500.370.2468.2237.8262.16
HexB9C37A50251844263e
Octal2713031725045301044676
Binary101110011100001111110101010100101110001000100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C37A; }

 p { color: rgb(185,195,122); }

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

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

 a { background-color: rgb(185,195,122); }

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

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

 span { border-color: rgb(185,195,122); }

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