#BADD81

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

Shades of Sulu #BADD81

Tints of Sulu #BADD81

Color information

#BADD81 (or 0xBADD81) is unknown color: approx Sulu. HEX triplet: BA, DD and 81. RGB value is (186,221,129). Sum of RGB (Red+Green+Blue) = 186+221+129=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD81 is #45227E. Grayscale: #C8C8C8. Windows color (decimal): -4530815 or 8510906. OLE color: 8510906.

HSL color Cylindrical-coordinate representation of color #BADD81: hue angle of 82.83º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BADD81 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB186221129-
CMYK0.1600.420.13
HSL82.83º57.5%68.63%-
HSV(B)82.83º41.63%86.67%-
XYZ50.0763.7430.43-
YUV200.0587.9117.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 221 (86.72% from 255) = 41.23%
BLUE value IS 129 (50.78% from 255) = 24.07%
R=34.70%
G=41.23%
B=24.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211290.1600.420.1382.8357.568.63
HexBADD811002AD533a45
Octal272335201200521512372105
Binary101110101101110110000001100000101010110110100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD81; }

 p { color: rgb(186,221,129); }

 H1.HeaderClassName
 {
   color: #BADD81;
 }
 .AnyTagClassName
 {
   color: #BADD81;
 }
</style>
background-color css

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

 a { background-color: rgb(186,221,129); }

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

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

 span { border-color: rgb(186,221,129); }

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