#B9BF79

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

Shades of Pine Glade #B9BF79

Tints of Pine Glade #B9BF79

Color information

#B9BF79 (or 0xB9BF79) is unknown color: approx Pine Glade. HEX triplet: B9, BF and 79. RGB value is (185,191,121). Sum of RGB (Red+Green+Blue) = 185+191+121=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF79 is #464086. Grayscale: #B5B5B5. Windows color (decimal): -4604039 or 7978937. OLE color: 7978937.

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

Color convert

RGB185191121-
CMYK0.0300.370.25
HSL65.14º35.35%61.18%-
HSV(B)65.14º36.65%74.9%-
XYZ42.0948.9625.32-
YUV181.2394.01130.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=37.22%
G=38.43%
B=24.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911210.0300.370.2565.1435.3561.18
HexB9BF7930251941233d
Octal2712771713045311014375
Binary10111001101111111111001110100101110011000001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF79; }

 p { color: rgb(185,191,121); }

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

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

 a { background-color: rgb(185,191,121); }

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

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

 span { border-color: rgb(185,191,121); }

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