#B5BE76

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

Shades of Pine Glade #B5BE76

Tints of Pine Glade #B5BE76

Color information

#B5BE76 (or 0xB5BE76) is unknown color: approx Pine Glade. HEX triplet: B5, BE and 76. RGB value is (181,190,118). Sum of RGB (Red+Green+Blue) = 181+190+118=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BE76 is #4A4189. Grayscale: #B3B3B3. Windows color (decimal): -4866442 or 7782069. OLE color: 7782069.

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

Color convert

RGB181190118-
CMYK0.0500.380.25
HSL67.5º35.64%60.39%-
HSV(B)67.5º37.89%74.51%-
XYZ40.7447.9624.25-
YUV179.193.52129.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=37.01%
G=38.85%
B=24.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811901180.0500.380.2567.535.6460.39
HexB5BE7650261944243c
Octal2652761665046311044474
Binary101101011011111011101101010100110110011000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BE76; }

 p { color: rgb(181,190,118); }

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

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

 a { background-color: rgb(181,190,118); }

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

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

 span { border-color: rgb(181,190,118); }

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