#BADA81

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

Shades of Sulu #BADA81

Tints of Sulu #BADA81

Color information

#BADA81 (or 0xBADA81) is unknown color: approx Sulu. HEX triplet: BA, DA and 81. RGB value is (186,218,129). Sum of RGB (Red+Green+Blue) = 186+218+129=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 129 (50.78% from 255 or 24.20% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA81 is #45257E. Grayscale: #C6C6C6. Windows color (decimal): -4531583 or 8510138. OLE color: 8510138.

HSL color Cylindrical-coordinate representation of color #BADA81: hue angle of 81.57º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BADA81 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB186218129-
CMYK0.1500.410.15
HSL81.57º54.6%68.04%-
HSV(B)81.57º40.83%85.49%-
XYZ49.2862.1730.17-
YUV198.2988.9119.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 129 (50.78% from 255) = 24.20%
R=34.90%
G=40.90%
B=24.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862181290.1500.410.1581.5754.668.04
HexBADA81F029F523744
Octal272332201170511712267104
Binary10111010110110101000000111110101001111110100101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADA81; }

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

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

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

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

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

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

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

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