#BABE86

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

Shades of Pine Glade #BABE86

Tints of Pine Glade #BABE86

Color information

#BABE86 (or 0xBABE86) is unknown color: approx Pine Glade. HEX triplet: BA, BE and 86. RGB value is (186,190,134). Sum of RGB (Red+Green+Blue) = 186+190+134=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABE86 is #454179. Grayscale: #B6B6B6. Windows color (decimal): -4538746 or 8830650. OLE color: 8830650.

HSL color Cylindrical-coordinate representation of color #BABE86: hue angle of 64.29º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BABE86 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB186190134-
CMYK0.0200.290.25
HSL64.29º30.11%63.53%-
HSV(B)64.29º29.47%74.51%-
XYZ42.9748.9929.75-
YUV182.42100.67130.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=36.47%
G=37.25%
B=26.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901340.0200.290.2564.2930.1163.53
HexBABE86201D19401e40
Octal27227620620353110036100
Binary10111010101111101000011010011101110011000000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE86; }

 p { color: rgb(186,190,134); }

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

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

 a { background-color: rgb(186,190,134); }

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

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

 span { border-color: rgb(186,190,134); }

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