Html Css Color HEX #BAE490 Sulu

📋 copy color: '#BAE490'

red 186 ◦ green 228 ◦ blue 144

#BAE490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BAE490

Tints of Sulu #BAE490

RGB

 RED value IS 186 (73.05% from 255) = 33.33%

 GREEN value IS 228 (89.45% from 255) = 40.86%

 BLUE value IS 144 (56.64% from 255) = 25.81%

R = 33.33%
G = 40.86%
B = 25.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#BAE490 (or 0xBAE490) is known color: Sulu. HEX triplet: BA, E4 and 90. RGB value is (186,228,144). Sum of RGB (Red+Green+Blue) = 186+228+144=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE490 is #451B6F. Grayscale: #CECECE. Windows color (decimal): -4529008 or 9495738. OLE color: 9495738.

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

Color convert

RGB 186 228 144 -
CMYK 0.18 0 0.37 0.11
HSL 90º 0.61% 0.73% -
HSV(B) 90º 0.37% 0.89% -
XYZ 53.03 67.94 36.7 -
YUV 205.87 93.09 113.83 -
System Red Green Blue C M Y K H S L
Decimal 186 228 144 0.18 0 0.37 0.11 90 0.61 0.73
Hex BA E4 90 12 0 25 B 5A 3D 49
Octal 272 344 220 22 0 45 13 132 75 111
Binary 10111010 11100100 10010000 10010 0 100101 1011 1011010 111101 1001001

Color Harmonies of #BAE490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE490

Black with #BAE490

Text Example


Text Example

White with #BAE490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE490; }

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

 H1.HeaderClassName
 {
   color: #BAE490;
 }
 .AnyTagClassName
 {
   color: #BAE490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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