#B9BE7B

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

Shades of Pine Glade #B9BE7B

Tints of Pine Glade #B9BE7B

Color information

#B9BE7B (or 0xB9BE7B) is unknown color: approx Pine Glade. HEX triplet: B9, BE and 7B. RGB value is (185,190,123). Sum of RGB (Red+Green+Blue) = 185+190+123=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE7B is #464184. Grayscale: #B5B5B5. Windows color (decimal): -4604293 or 8109753. OLE color: 8109753.

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

Color convert

RGB185190123-
CMYK0.0300.350.25
HSL64.48º34.01%61.37%-
HSV(B)64.48º35.26%74.51%-
XYZ4248.5725.9-
YUV180.8795.34130.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.15%
GREEN value IS 190 (74.61% from 255) = 38.15%
BLUE value IS 123 (48.44% from 255) = 24.70%
R=37.15%
G=38.15%
B=24.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851901230.0300.350.2564.4834.0161.37
HexB9BE7B30231940223d
Octal2712761733043311004275
Binary10111001101111101111011110100011110011000000100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE7B; }

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

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

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

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

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

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

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

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