#B9C375

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

Shades of Pine Glade #B9C375

Tints of Pine Glade #B9C375

Color information

#B9C375 (or 0xB9C375) is unknown color: approx Pine Glade. HEX triplet: B9, C3 and 75. RGB value is (185,195,117). Sum of RGB (Red+Green+Blue) = 185+195+117=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C375 is #463C8A. Grayscale: #B7B7B7. Windows color (decimal): -4603019 or 7717817. OLE color: 7717817.

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

Color convert

RGB185195117-
CMYK0.0500.40.24
HSL67.69º39.39%61.18%-
HSV(B)67.69º40%76.47%-
XYZ42.7350.6324.35-
YUV183.1290.69129.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=37.22%
G=39.24%
B=23.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951170.0500.40.2467.6939.3961.18
HexB9C37550281844273d
Octal2713031655050301044775
Binary101110011100001111101011010101000110001000100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C375; }

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

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

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

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

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

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

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

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