#BABE8B

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

Shades of Pine Glade #BABE8B

Tints of Pine Glade #BABE8B

Color information

#BABE8B (or 0xBABE8B) is unknown color: approx Pine Glade. HEX triplet: BA, BE and 8B. RGB value is (186,190,139). Sum of RGB (Red+Green+Blue) = 186+190+139=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABE8B is #454174. Grayscale: #B7B7B7. Windows color (decimal): -4538741 or 9158330. OLE color: 9158330.

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

Color convert

RGB186190139-
CMYK0.0200.270.25
HSL64.71º28.18%64.51%-
HSV(B)64.71º26.84%74.51%-
XYZ43.3249.1331.63-
YUV182.99103.17130.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=36.12%
G=36.89%
B=26.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901390.0200.270.2564.7128.1864.51
HexBABE8B201B19411c41
Octal27227621320333110134101
Binary10111010101111101000101110011011110011000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE8B; }

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

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

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

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

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

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

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

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