#BABF80

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

Shades of Pine Glade #BABF80

Tints of Pine Glade #BABF80

Color information

#BABF80 (or 0xBABF80) is unknown color: approx Pine Glade. HEX triplet: BA, BF and 80. RGB value is (186,191,128). Sum of RGB (Red+Green+Blue) = 186+191+128=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF80 is #45407F. Grayscale: #B6B6B6. Windows color (decimal): -4538496 or 8437690. OLE color: 8437690.

HSL color Cylindrical-coordinate representation of color #BABF80: hue angle of 64.76º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BABF80 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB186191128-
CMYK0.0300.330.25
HSL64.76º32.98%62.55%-
HSV(B)64.76º32.98%74.9%-
XYZ42.7849.2627.68-
YUV182.3297.34130.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 191 (75% from 255) = 37.82%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=36.83%
G=37.82%
B=25.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911280.0300.330.2564.7632.9862.55
HexBABF8030211941213f
Octal2722772003041311014177
Binary101110101011111110000000110100001110011000001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF80; }

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

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

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

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

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

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

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

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