#BAEA88

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

Shades of Sulu #BAEA88

Tints of Sulu #BAEA88

Color information

#BAEA88 (or 0xBAEA88) is unknown color: approx Sulu. HEX triplet: BA, EA and 88. RGB value is (186,234,136). Sum of RGB (Red+Green+Blue) = 186+234+136=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 136 (53.52% from 255 or 24.46% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEA88 is #451577. Grayscale: #D0D0D0. Windows color (decimal): -4527480 or 8972986. OLE color: 8972986.

HSL color Cylindrical-coordinate representation of color #BAEA88: hue angle of 89.39º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAEA88 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB186234136-
CMYK0.2100.420.08
HSL89.39º70%72.55%-
HSV(B)89.39º41.88%91.76%-
XYZ54.1271.0634.16-
YUV208.4887.1111.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 234 (91.80% from 255) = 42.09%
BLUE value IS 136 (53.52% from 255) = 24.46%
R=33.45%
G=42.09%
B=24.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341360.2100.420.0889.397072.55
HexBAEA881502A8594649
Octal2723522102505210131106111
Binary1011101011101010100010001010101010101000101100110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEA88; }

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

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

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

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

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

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

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

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