#BAE28A

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

Shades of Sulu #BAE28A

Tints of Sulu #BAE28A

Color information

#BAE28A (or 0xBAE28A) is unknown color: approx Sulu. HEX triplet: BA, E2 and 8A. RGB value is (186,226,138). Sum of RGB (Red+Green+Blue) = 186+226+138=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE28A is #451D75. Grayscale: #CCCCCC. Windows color (decimal): -4529526 or 9102010. OLE color: 9102010.

HSL color Cylindrical-coordinate representation of color #BAE28A: hue angle of 87.27º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE28A is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB186226138-
CMYK0.1800.390.11
HSL87.27º60.27%71.37%-
HSV(B)87.27º38.94%88.63%-
XYZ52.0366.6734.17-
YUV204.0190.75115.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 226 (88.67% from 255) = 41.09%
BLUE value IS 138 (54.30% from 255) = 25.09%
R=33.82%
G=41.09%
B=25.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261380.1800.390.1187.2760.2771.37
HexBAE28A12027B573c47
Octal272342212220471312774107
Binary101110101110001010001010100100100111101110101111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE28A; }

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

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

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

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

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

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

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

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