#B5BA81

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

Shades of Pine Glade #B5BA81

Tints of Pine Glade #B5BA81

Color information

#B5BA81 (or 0xB5BA81) is unknown color: approx Pine Glade. HEX triplet: B5, BA and 81. RGB value is (181,186,129). Sum of RGB (Red+Green+Blue) = 181+186+129=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA81 is #4A457E. Grayscale: #B2B2B2. Windows color (decimal): -4867455 or 8501941. OLE color: 8501941.

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

Color convert

RGB181186129-
CMYK0.0300.310.27
HSL65.26º29.23%61.76%-
HSV(B)65.26º30.65%72.94%-
XYZ40.5846.5327.61-
YUV178.01100.34130.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 129 (50.78% from 255) = 26.01%
R=36.49%
G=37.5%
B=26.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811861290.0300.310.2765.2629.2361.76
HexB5BA81301F1B411d3e
Octal2652722013037331013576
Binary1011010110111010100000011101111111011100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA81; }

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

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

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

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

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

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

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

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