#B5BA84

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

Shades of Pine Glade #B5BA84

Tints of Pine Glade #B5BA84

Color information

#B5BA84 (or 0xB5BA84) is unknown color: approx Pine Glade. HEX triplet: B5, BA and 84. RGB value is (181,186,132). Sum of RGB (Red+Green+Blue) = 181+186+132=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA84 is #4A457B. Grayscale: #B2B2B2. Windows color (decimal): -4867452 or 8698549. OLE color: 8698549.

HSL color Cylindrical-coordinate representation of color #B5BA84: hue angle of 65.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5BA84 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB181186132-
CMYK0.0300.290.27
HSL65.56º28.13%62.35%-
HSV(B)65.56º29.03%72.94%-
XYZ40.7846.6128.68-
YUV178.35101.84129.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 132 (51.95% from 255) = 26.45%
R=36.27%
G=37.27%
B=26.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861320.0300.290.2765.5628.1362.35
HexB5BA84301D1B421c3e
Octal2652722043035331023476
Binary1011010110111010100001001101110111011100001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA84; }

 p { color: rgb(181,186,132); }

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

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

 a { background-color: rgb(181,186,132); }

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

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

 span { border-color: rgb(181,186,132); }

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