#BAE280

Color #BAE280 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BAE280

Tints of Sulu #BAE280

Color information

#BAE280 (or 0xBAE280) is unknown color: approx 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

RGB186226128-
CMYK0.1800.430.11
HSL84.49º62.82%69.41%-
HSV(B)84.49º43.36%88.63%-
XYZ51.3466.3930.53-
YUV202.8785.75115.97-

RGB Variations

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

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.70%
R=34.44%
G=41.85%
B=23.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261280.1800.430.1184.4962.8269.41
HexBAE2801202BB543f45
Octal272342200220531312477105
Binary101110101110001010000000100100101011101110101001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>