Html Css Color HEX #BAE180 Sulu

📋 copy color: '#BAE180'

red 186 ◦ green 225 ◦ blue 128

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

Shades of Sulu #BAE180

Tints of Sulu #BAE180

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.74%

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

R = 34.51%
G = 41.74%
B = 23.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#BAE180 (or 0xBAE180) is known color: Sulu. HEX triplet: BA, E1 and 80. RGB value is (186,225,128). Sum of RGB (Red+Green+Blue) = 186+225+128=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE180 is #451E7F. Grayscale: #CACACA. Windows color (decimal): -4529792 or 8446394. OLE color: 8446394.

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

Color convert

RGB 186 225 128 -
CMYK 0.17 0 0.43 0.12
HSL 84.12º 0.62% 0.69% -
HSV(B) 84.12º 0.43% 0.88% -
XYZ 51.07 65.85 30.44 -
YUV 202.28 86.08 116.39 -
System Red Green Blue C M Y K H S L
Decimal 186 225 128 0.17 0 0.43 0.12 84.12 0.62 0.69
Hex BA E1 80 11 0 2B C 54 3E 45
Octal 272 341 200 21 0 53 14 124 76 105
Binary 10111010 11100001 10000000 10001 0 101011 1100 1010100 111110 1000101

Color Harmonies of #BAE180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE180

Black with #BAE180

Text Example


Text Example

White with #BAE180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE180; }

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

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

background-color css

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

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

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

border-color css

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

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

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