#BAEC90

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

Shades of Sulu #BAEC90

Tints of Sulu #BAEC90

Color information

#BAEC90 (or 0xBAEC90) is unknown color: approx Sulu. HEX triplet: BA, EC and 90. RGB value is (186,236,144). Sum of RGB (Red+Green+Blue) = 186+236+144=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC90 is #45136F. Grayscale: #D2D2D2. Windows color (decimal): -4526960 or 9497786. OLE color: 9497786.

HSL color Cylindrical-coordinate representation of color #BAEC90: hue angle of 92.61º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAEC90 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB186236144-
CMYK0.2100.390.07
HSL92.61º70.77%74.51%-
HSV(B)92.61º38.98%92.55%-
XYZ55.2872.4437.46-
YUV210.5690.44110.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.86%
GREEN value IS 236 (92.58% from 255) = 41.70%
BLUE value IS 144 (56.64% from 255) = 25.44%
R=32.86%
G=41.70%
B=25.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361440.2100.390.0792.6170.7774.51
HexBAEC901502775d474b
Octal272354220250477135107113
Binary101110101110110010010000101010100111111101110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC90; }

 p { color: rgb(186,236,144); }

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

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

 a { background-color: rgb(186,236,144); }

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

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

 span { border-color: rgb(186,236,144); }

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