#B9BE70

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

Shades of Pine Glade #B9BE70

Tints of Pine Glade #B9BE70

Color information

#B9BE70 (or 0xB9BE70) is unknown color: approx Pine Glade. HEX triplet: B9, BE and 70. RGB value is (185,190,112). Sum of RGB (Red+Green+Blue) = 185+190+112=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 112 (44.14% from 255 or 23.00% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE70 is #46418F. Grayscale: #B3B3B3. Windows color (decimal): -4604304 or 7388857. OLE color: 7388857.

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

Color convert

RGB185190112-
CMYK0.0300.410.25
HSL63.85º37.5%59.22%-
HSV(B)63.85º41.05%74.51%-
XYZ41.3548.3122.48-
YUV179.6189.84131.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 112 (44.14% from 255) = 23.00%
R=37.99%
G=39.01%
B=23.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901120.0300.410.2563.8537.559.22
HexB9BE7030291940263b
Octal2712761603051311004673
Binary10111001101111101110000110101001110011000000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE70; }

 p { color: rgb(185,190,112); }

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

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

 a { background-color: rgb(185,190,112); }

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

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

 span { border-color: rgb(185,190,112); }

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