Html Css Color HEX #BAEE90 Sulu

📋 copy color: '#BAEE90'

red 186 ◦ green 238 ◦ blue 144

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

Shades of Sulu #BAEE90

Tints of Sulu #BAEE90

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.9%

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

R = 32.75%
G = 41.9%
B = 25.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#BAEE90 (or 0xBAEE90) is known color: Sulu. HEX triplet: BA, EE and 90. RGB value is (186,238,144). Sum of RGB (Red+Green+Blue) = 186+238+144=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE90 is #45116F. Grayscale: #D4D4D4. Windows color (decimal): -4526448 or 9498298. OLE color: 9498298.

HSL color Cylindrical-coordinate representation of color #BAEE90: hue angle of 93.19º degrees, saturation: 0.73, 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 #BAEE90 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 238 144 -
CMYK 0.22 0 0.39 0.07
HSL 93.19º 0.73% 0.75% -
HSV(B) 93.19º 0.39% 0.93% -
XYZ 55.86 73.6 37.65 -
YUV 211.74 89.77 109.64 -
System Red Green Blue C M Y K H S L
Decimal 186 238 144 0.22 0 0.39 0.07 93.19 0.73 0.75
Hex BA EE 90 16 0 27 7 5D 49 4B
Octal 272 356 220 26 0 47 7 135 111 113
Binary 10111010 11101110 10010000 10110 0 100111 111 1011101 1001001 1001011

Color Harmonies of #BAEE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEE90

Black with #BAEE90

Text Example


Text Example

White with #BAEE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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