#BAE18A

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

Shades of Sulu #BAE18A

Tints of Sulu #BAE18A

Color information

#BAE18A (or 0xBAE18A) is unknown color: approx Sulu. HEX triplet: BA, E1 and 8A. RGB value is (186,225,138). Sum of RGB (Red+Green+Blue) = 186+225+138=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE18A is #451E75. Grayscale: #CBCBCB. Windows color (decimal): -4529782 or 9101754. OLE color: 9101754.

HSL color Cylindrical-coordinate representation of color #BAE18A: hue angle of 86.9º 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 #BAE18A is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB186225138-
CMYK0.1700.390.12
HSL86.9º59.18%71.18%-
HSV(B)86.9º38.67%88.24%-
XYZ51.7666.1234.08-
YUV203.4291.08115.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 225 (88.28% from 255) = 40.98%
BLUE value IS 138 (54.30% from 255) = 25.14%
R=33.88%
G=40.98%
B=25.14%

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
Decimal1862251380.1700.390.1286.959.1871.18
HexBAE18A11027C573b47
Octal272341212210471412773107
Binary101110101110000110001010100010100111110010101111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE18A; }

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

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

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

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

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

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

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

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