Html Css Color HEX #BAE280 Sulu

📋 copy color: '#BAE280'

red 186 ◦ green 226 ◦ blue 128

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

Shades of Sulu #BAE280

Tints of Sulu #BAE280

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.85%

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

R = 34.44%
G = 41.85%
B = 23.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#BAE280 (or 0xBAE280) is known color: Sulu. HEX triplet: BA, E2 and 80. RGB value is (186,226,128). Sum of RGB (Red+Green+Blue) = 186+226+128=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE280 is #451D7F. Grayscale: #CBCBCB. Windows color (decimal): -4529536 or 8446650. OLE color: 8446650.

HSL color Cylindrical-coordinate representation of color #BAE280: hue angle of 84.49º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BAE280 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 128 -
CMYK 0.18 0 0.43 0.11
HSL 84.49º 0.63% 0.69% -
HSV(B) 84.49º 0.43% 0.89% -
XYZ 51.34 66.39 30.53 -
YUV 202.87 85.75 115.97 -
System Red Green Blue C M Y K H S L
Decimal 186 226 128 0.18 0 0.43 0.11 84.49 0.63 0.69
Hex BA E2 80 12 0 2B B 54 3F 45
Octal 272 342 200 22 0 53 13 124 77 105
Binary 10111010 11100010 10000000 10010 0 101011 1011 1010100 111111 1000101

Color Harmonies of #BAE280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE280

Black with #BAE280

Text Example


Text Example

White with #BAE280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE280; }

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

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

background-color css

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

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

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

border-color css

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

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

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