#B9BE7D

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

Shades of Pine Glade #B9BE7D

Tints of Pine Glade #B9BE7D

Color information

#B9BE7D (or 0xB9BE7D) is unknown color: approx Pine Glade. HEX triplet: B9, BE and 7D. RGB value is (185,190,125). Sum of RGB (Red+Green+Blue) = 185+190+125=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE7D is #464182. Grayscale: #B5B5B5. Windows color (decimal): -4604291 or 8240825. OLE color: 8240825.

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

Color convert

RGB185190125-
CMYK0.0300.340.25
HSL64.62º33.33%61.76%-
HSV(B)64.62º34.21%74.51%-
XYZ42.1248.6226.57-
YUV181.0996.34130.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37%
GREEN value IS 190 (74.61% from 255) = 38%
BLUE value IS 125 (49.22% from 255) = 25%
R=37%
G=38%
B=25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901250.0300.340.2564.6233.3361.76
HexB9BE7D30221941213e
Octal2712761753042311014176
Binary10111001101111101111101110100010110011000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE7D; }

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

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

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

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

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

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

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

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