Html Css Color HEX #BAE577 Sulu

📋 copy color: '#BAE577'

red 186 ◦ green 229 ◦ blue 119

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

Shades of Sulu #BAE577

Tints of Sulu #BAE577

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.88%

 BLUE value IS 119 (46.88% from 255) = 22.28%

R = 34.83%
G = 42.88%
B = 22.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#BAE577 (or 0xBAE577) is known color: Sulu. HEX triplet: BA, E5 and 77. RGB value is (186,229,119). Sum of RGB (Red+Green+Blue) = 186+229+119=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE577 is #451A88. Grayscale: #CBCBCB. Windows color (decimal): -4528777 or 7857594. OLE color: 7857594.

HSL color Cylindrical-coordinate representation of color #BAE577: hue angle of 83.45º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BAE577 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 119 -
CMYK 0.19 0 0.48 0.10
HSL 83.45º 0.68% 0.68% -
HSV(B) 83.45º 0.48% 0.9% -
XYZ 51.6 67.81 27.82 -
YUV 203.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 186 229 119 0.19 0 0.48 0.10 83.45 0.68 0.68
Hex BA E5 77 13 0 30 A 53 44 44
Octal 272 345 167 23 0 60 12 123 104 104
Binary 10111010 11100101 1110111 10011 0 110000 1010 1010011 1000100 1000100

Color Harmonies of #BAE577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE577

Black with #BAE577

Text Example


Text Example

White with #BAE577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE577; }

 p { color: rgb(186,229,119); }

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

background-color css

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

 a { background-color: rgb(186,229,119); }

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

border-color css

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

 span { border-color: rgb(186,229,119); }

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