#BAE181

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

Shades of Sulu #BAE181

Tints of Sulu #BAE181

Color information

#BAE181 (or 0xBAE181) is unknown color: approx Sulu. HEX triplet: BA, E1 and 81. RGB value is (186,225,129). Sum of RGB (Red+Green+Blue) = 186+225+129=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE181 is #451E7E. Grayscale: #CACACA. Windows color (decimal): -4529791 or 8511930. OLE color: 8511930.

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

Color convert

RGB186225129-
CMYK0.1700.430.12
HSL84.38º61.54%69.41%-
HSV(B)84.38º42.67%88.24%-
XYZ51.1465.8730.79-
YUV202.486.58116.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 225 (88.28% from 255) = 41.67%
BLUE value IS 129 (50.78% from 255) = 23.89%
R=34.44%
G=41.67%
B=23.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862251290.1700.430.1284.3861.5469.41
HexBAE1811102BC543e45
Octal272341201210531412476105
Binary101110101110000110000001100010101011110010101001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE181; }

 p { color: rgb(186,225,129); }

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

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

 a { background-color: rgb(186,225,129); }

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

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

 span { border-color: rgb(186,225,129); }

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