Html Css Color HEX #BAE980 Sulu

📋 copy color: '#BAE980'

red 186 ◦ green 233 ◦ blue 128

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

Shades of Sulu #BAE980

Tints of Sulu #BAE980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.6%

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

R = 34%
G = 42.6%
B = 23.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#BAE980 (or 0xBAE980) is known color: Sulu. HEX triplet: BA, E9 and 80. RGB value is (186,233,128). Sum of RGB (Red+Green+Blue) = 186+233+128=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE980 is #45167F. Grayscale: #CFCFCF. Windows color (decimal): -4527744 or 8448442. OLE color: 8448442.

HSL color Cylindrical-coordinate representation of color #BAE980: hue angle of 86.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAE980 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 233 128 -
CMYK 0.20 0 0.45 0.09
HSL 86.86º 0.7% 0.71% -
HSV(B) 86.86º 0.45% 0.91% -
XYZ 53.28 70.28 31.18 -
YUV 206.98 83.43 113.04 -
System Red Green Blue C M Y K H S L
Decimal 186 233 128 0.20 0 0.45 0.09 86.86 0.7 0.71
Hex BA E9 80 14 0 2D 9 57 46 47
Octal 272 351 200 24 0 55 11 127 106 107
Binary 10111010 11101001 10000000 10100 0 101101 1001 1010111 1000110 1000111

Color Harmonies of #BAE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE980

Black with #BAE980

Text Example


Text Example

White with #BAE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE980; }

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

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

background-color css

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

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

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

border-color css

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

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

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