#BAE08E

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

Shades of Sulu #BAE08E

Tints of Sulu #BAE08E

Color information

#BAE08E (or 0xBAE08E) is unknown color: approx Sulu. HEX triplet: BA, E0 and 8E. RGB value is (186,224,142). Sum of RGB (Red+Green+Blue) = 186+224+142=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE08E is #451F71. Grayscale: #CBCBCB. Windows color (decimal): -4530034 or 9363642. OLE color: 9363642.

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

Color convert

RGB186224142-
CMYK0.1700.370.12
HSL87.8º56.94%71.76%-
HSV(B)87.8º36.61%87.84%-
XYZ51.7965.735.54-
YUV203.2993.41115.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 224 (87.89% from 255) = 40.58%
BLUE value IS 142 (55.86% from 255) = 25.72%
R=33.70%
G=40.58%
B=25.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862241420.1700.370.1287.856.9471.76
HexBAE08E11025C583948
Octal272340216210451413071110
Binary101110101110000010001110100010100101110010110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE08E; }

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

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

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

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

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

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

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

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