#BAE088

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

Shades of Sulu #BAE088

Tints of Sulu #BAE088

Color information

#BAE088 (or 0xBAE088) is unknown color: approx Sulu. HEX triplet: BA, E0 and 88. RGB value is (186,224,136). Sum of RGB (Red+Green+Blue) = 186+224+136=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE088 is #451F77. Grayscale: #CACACA. Windows color (decimal): -4530040 or 8970426. OLE color: 8970426.

HSL color Cylindrical-coordinate representation of color #BAE088: hue angle of 85.91º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE088 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB186224136-
CMYK0.1700.390.12
HSL85.91º58.67%70.59%-
HSV(B)85.91º39.29%87.84%-
XYZ51.3565.5333.23-
YUV202.6190.41116.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 224 (87.89% from 255) = 41.03%
BLUE value IS 136 (53.52% from 255) = 24.91%
R=34.07%
G=41.03%
B=24.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862241360.1700.390.1285.9158.6770.59
HexBAE08811027C563b47
Octal272340210210471412673107
Binary101110101110000010001000100010100111110010101101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE088; }

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

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

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

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

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

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

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

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