#BAEE81

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

Shades of Sulu #BAEE81

Tints of Sulu #BAEE81

Color information

#BAEE81 (or 0xBAEE81) is unknown color: approx Sulu. HEX triplet: BA, EE and 81. RGB value is (186,238,129). Sum of RGB (Red+Green+Blue) = 186+238+129=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 238 (93.36% from 255 or 43.04% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE81 is #45117E. Grayscale: #D2D2D2. Windows color (decimal): -4526463 or 8515258. OLE color: 8515258.

HSL color Cylindrical-coordinate representation of color #BAEE81: hue angle of 88.62º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAEE81 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB186238129-
CMYK0.2200.460.07
HSL88.62º76.22%71.96%-
HSV(B)88.62º45.8%93.33%-
XYZ54.7973.1732.01-
YUV210.0382.27110.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 238 (93.36% from 255) = 43.04%
BLUE value IS 129 (50.78% from 255) = 23.33%
R=33.63%
G=43.04%
B=23.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381290.2200.460.0788.6276.2271.96
HexBAEE811602E7594c48
Octal272356201260567131114110
Binary101110101110111010000001101100101110111101100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE81; }

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

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

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

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

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

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

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

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