#B9C075

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

Shades of Pine Glade #B9C075

Tints of Pine Glade #B9C075

Color information

#B9C075 (or 0xB9C075) is unknown color: approx Pine Glade. HEX triplet: B9, C0 and 75. RGB value is (185,192,117). Sum of RGB (Red+Green+Blue) = 185+192+117=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C075 is #463F8A. Grayscale: #B5B5B5. Windows color (decimal): -4603787 or 7717049. OLE color: 7717049.

HSL color Cylindrical-coordinate representation of color #B9C075: hue angle of 65.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B9C075 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB185192117-
CMYK0.0400.390.25
HSL65.6º37.31%60.59%-
HSV(B)65.6º39.06%75.29%-
XYZ42.0749.324.13-
YUV181.3691.68130.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=37.45%
G=38.87%
B=23.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851921170.0400.390.2565.637.3160.59
HexB9C07540271942253d
Octal2713001654047311024575
Binary101110011100000011101011000100111110011000010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C075; }

 p { color: rgb(185,192,117); }

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

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

 a { background-color: rgb(185,192,117); }

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

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

 span { border-color: rgb(185,192,117); }

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