#BAE990

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

Shades of Sulu #BAE990

Tints of Sulu #BAE990

Color information

#BAE990 (or 0xBAE990) is unknown color: approx Sulu. HEX triplet: BA, E9 and 90. RGB value is (186,233,144). Sum of RGB (Red+Green+Blue) = 186+233+144=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE990 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE990 is #45166F. Grayscale: #D1D1D1. Windows color (decimal): -4527728 or 9497018. OLE color: 9497018.

HSL color Cylindrical-coordinate representation of color #BAE990: hue angle of 91.69º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE990 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB186233144-
CMYK0.2000.380.09
HSL91.69º66.92%73.92%-
HSV(B)91.69º38.2%91.37%-
XYZ54.4270.7337.17-
YUV208.891.43111.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 233 (91.41% from 255) = 41.39%
BLUE value IS 144 (56.64% from 255) = 25.58%
R=33.04%
G=41.39%
B=25.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862331440.2000.380.0991.6966.9273.92
HexBAE9901402695c434a
Octal2723512202404611134103112
Binary1011101011101001100100001010001001101001101110010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE990; }

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

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

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

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

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

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

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

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