#B4BA80

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

Shades of Pine Glade #B4BA80

Tints of Pine Glade #B4BA80

Color information

#B4BA80 (or 0xB4BA80) is unknown color: approx Pine Glade. HEX triplet: B4, BA and 80. RGB value is (180,186,128). Sum of RGB (Red+Green+Blue) = 180+186+128=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BA80 is #4B457F. Grayscale: #B1B1B1. Windows color (decimal): -4932992 or 8436404. OLE color: 8436404.

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

Color convert

RGB180186128-
CMYK0.0300.310.27
HSL66.21º29.59%61.57%-
HSV(B)66.21º31.18%72.94%-
XYZ40.2846.3827.25-
YUV177.59100.01129.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=36.44%
G=37.65%
B=25.91%

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
Decimal1801861280.0300.310.2766.2129.5961.57
HexB4BA80301F1B421e3e
Octal2642722003037331023676
Binary1011010010111010100000001101111111011100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA80; }

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

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

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

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

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

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

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

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