Html Css Color HEX #BAE580 Sulu

📋 copy color: '#BAE580'

red 186 ◦ green 229 ◦ blue 128

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

Shades of Sulu #BAE580

Tints of Sulu #BAE580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 34.25%
G = 42.17%
B = 23.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#BAE580 (or 0xBAE580) is known color: Sulu. HEX triplet: BA, E5 and 80. RGB value is (186,229,128). Sum of RGB (Red+Green+Blue) = 186+229+128=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE580 is #451A7F. Grayscale: #CCCCCC. Windows color (decimal): -4528768 or 8447418. OLE color: 8447418.

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

Color convert

RGB 186 229 128 -
CMYK 0.19 0 0.44 0.10
HSL 85.54º 0.66% 0.7% -
HSV(B) 85.54º 0.44% 0.9% -
XYZ 52.17 68.04 30.8 -
YUV 204.63 84.75 114.71 -
System Red Green Blue C M Y K H S L
Decimal 186 229 128 0.19 0 0.44 0.10 85.54 0.66 0.7
Hex BA E5 80 13 0 2C A 56 42 46
Octal 272 345 200 23 0 54 12 126 102 106
Binary 10111010 11100101 10000000 10011 0 101100 1010 1010110 1000010 1000110

Color Harmonies of #BAE580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE580

Black with #BAE580

Text Example


Text Example

White with #BAE580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE580; }

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

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

background-color css

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

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

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

border-color css

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

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

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