#BABE88

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

Shades of Pine Glade #BABE88

Tints of Pine Glade #BABE88

Color information

#BABE88 (or 0xBABE88) is unknown color: approx Pine Glade. HEX triplet: BA, BE and 88. RGB value is (186,190,136). Sum of RGB (Red+Green+Blue) = 186+190+136=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABE88 is #454177. Grayscale: #B6B6B6. Windows color (decimal): -4538744 or 8961722. OLE color: 8961722.

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

Color convert

RGB186190136-
CMYK0.0200.280.25
HSL64.44º29.35%63.92%-
HSV(B)64.44º28.42%74.51%-
XYZ43.1149.0430.49-
YUV182.65101.67130.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=36.33%
G=37.11%
B=26.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901360.0200.280.2564.4429.3563.92
HexBABE88201C19401d40
Octal27227621020343110035100
Binary10111010101111101000100010011100110011000000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE88; }

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

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

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

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

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

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

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

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