#B5BD71

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

Shades of Pine Glade #B5BD71

Tints of Pine Glade #B5BD71

Color information

#B5BD71 (or 0xB5BD71) is unknown color: approx Pine Glade. HEX triplet: B5, BD and 71. RGB value is (181,189,113). Sum of RGB (Red+Green+Blue) = 181+189+113=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD71 is #4A428E. Grayscale: #B2B2B2. Windows color (decimal): -4866703 or 7454133. OLE color: 7454133.

HSL color Cylindrical-coordinate representation of color #B5BD71: hue angle of 66.32º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5BD71 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB181189113-
CMYK0.0400.400.26
HSL66.32º36.54%59.22%-
HSV(B)66.32º40.21%74.12%-
XYZ40.2347.4122.65-
YUV177.9491.35130.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=37.47%
G=39.13%
B=23.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811891130.0400.400.2666.3236.5459.22
HexB5BD7140281A42253b
Octal2652751614050321024573
Binary101101011011110111100011000101000110101000010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BD71; }

 p { color: rgb(181,189,113); }

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

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

 a { background-color: rgb(181,189,113); }

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

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

 span { border-color: rgb(181,189,113); }

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