Html Css Color HEX #BAE578 Sulu

📋 copy color: '#BAE578'

red 186 ◦ green 229 ◦ blue 120

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

Shades of Sulu #BAE578

Tints of Sulu #BAE578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.43%

R = 34.77%
G = 42.8%
B = 22.43%

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

#BAE578 (or 0xBAE578) is known color: Sulu. HEX triplet: BA, E5 and 78. RGB value is (186,229,120). Sum of RGB (Red+Green+Blue) = 186+229+120=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE578 is #451A87. Grayscale: #CCCCCC. Windows color (decimal): -4528776 or 7923130. OLE color: 7923130.

HSL color Cylindrical-coordinate representation of color #BAE578: hue angle of 83.67º 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 #BAE578 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 120 -
CMYK 0.19 0 0.48 0.10
HSL 83.67º 0.68% 0.68% -
HSV(B) 83.67º 0.48% 0.9% -
XYZ 51.66 67.83 28.14 -
YUV 203.72 80.75 115.36 -
System Red Green Blue C M Y K H S L
Decimal 186 229 120 0.19 0 0.48 0.10 83.67 0.68 0.68
Hex BA E5 78 13 0 30 A 54 44 44
Octal 272 345 170 23 0 60 12 124 104 104
Binary 10111010 11100101 1111000 10011 0 110000 1010 1010100 1000100 1000100

Color Harmonies of #BAE578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE578

Black with #BAE578

Text Example


Text Example

White with #BAE578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE578; }

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

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

background-color css

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

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

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

border-color css

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

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

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