#B9BD78

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

Shades of Pine Glade #B9BD78

Tints of Pine Glade #B9BD78

Color information

#B9BD78 (or 0xB9BD78) is unknown color: approx Pine Glade. HEX triplet: B9, BD and 78. RGB value is (185,189,120). Sum of RGB (Red+Green+Blue) = 185+189+120=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BD78 is #464287. Grayscale: #B4B4B4. Windows color (decimal): -4604552 or 7912889. OLE color: 7912889.

HSL color Cylindrical-coordinate representation of color #B9BD78: hue angle of 63.48º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B9BD78 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB185189120-
CMYK0.0200.370.26
HSL63.48º34.33%60.59%-
HSV(B)63.48º36.51%74.12%-
XYZ41.648.0724.85-
YUV179.9494.17131.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.45%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 120 (47.27% from 255) = 24.29%
R=37.45%
G=38.26%
B=24.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891200.0200.370.2663.4834.3360.59
HexB9BD7820251A3f223d
Octal271275170204532774275
Binary1011100110111101111100010010010111010111111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD78; }

 p { color: rgb(185,189,120); }

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

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

 a { background-color: rgb(185,189,120); }

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

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

 span { border-color: rgb(185,189,120); }

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