#B5BA80

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

Shades of Pine Glade #B5BA80

Tints of Pine Glade #B5BA80

Color information

#B5BA80 (or 0xB5BA80) is unknown color: approx Pine Glade. HEX triplet: B5, BA and 80. RGB value is (181,186,128). Sum of RGB (Red+Green+Blue) = 181+186+128=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BA80 is #4A457F. Grayscale: #B2B2B2. Windows color (decimal): -4867456 or 8436405. OLE color: 8436405.

HSL color Cylindrical-coordinate representation of color #B5BA80: hue angle of 65.17º degrees, saturation: 0.3, 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 #B5BA80 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB181186128-
CMYK0.0300.310.27
HSL65.17º29.59%61.57%-
HSV(B)65.17º31.18%72.94%-
XYZ40.5146.527.26-
YUV177.8999.84130.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=36.57%
G=37.58%
B=25.86%

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
Decimal1811861280.0300.310.2765.1729.5961.57
HexB5BA80301F1B411e3e
Octal2652722003037331013676
Binary1011010110111010100000001101111111011100000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA80; }

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

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

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

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

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

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

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

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