Html Css Color HEX #BAE090 Sulu

📋 copy color: '#BAE090'

red 186 ◦ green 224 ◦ blue 144

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

Shades of Sulu #BAE090

Tints of Sulu #BAE090

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.43%

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

R = 33.57%
G = 40.43%
B = 25.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#BAE090 (or 0xBAE090) is known color: Sulu. HEX triplet: BA, E0 and 90. RGB value is (186,224,144). Sum of RGB (Red+Green+Blue) = 186+224+144=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE090 is #451F6F. Grayscale: #CBCBCB. Windows color (decimal): -4530032 or 9494714. OLE color: 9494714.

HSL color Cylindrical-coordinate representation of color #BAE090: hue angle of 88.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAE090 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 144 -
CMYK 0.17 0 0.36 0.12
HSL 88.5º 0.56% 0.72% -
HSV(B) 88.5º 0.36% 0.88% -
XYZ 51.94 65.76 36.34 -
YUV 203.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 186 224 144 0.17 0 0.36 0.12 88.5 0.56 0.72
Hex BA E0 90 11 0 24 C 58 38 48
Octal 272 340 220 21 0 44 14 130 70 110
Binary 10111010 11100000 10010000 10001 0 100100 1100 1011000 111000 1001000

Color Harmonies of #BAE090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE090

Black with #BAE090

Text Example


Text Example

White with #BAE090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE090; }

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

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

background-color css

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

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

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

border-color css

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

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

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