#BADD76

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

Shades of Sulu #BADD76

Tints of Sulu #BADD76

Color information

#BADD76 (or 0xBADD76) is unknown color: approx Sulu. HEX triplet: BA, DD and 76. RGB value is (186,221,118). Sum of RGB (Red+Green+Blue) = 186+221+118=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD76 is #452289. Grayscale: #C7C7C7. Windows color (decimal): -4530826 or 7790010. OLE color: 7790010.

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

Color convert

RGB186221118-
CMYK0.1600.470.13
HSL80.39º60.23%66.47%-
HSV(B)80.39º46.61%86.67%-
XYZ49.3863.4626.79-
YUV198.7982.4118.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.43%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=35.43%
G=42.10%
B=22.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211180.1600.470.1380.3960.2366.47
HexBADD761002FD503c42
Octal272335166200571512074102
Binary10111010110111011110110100000101111110110100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD76; }

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

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

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

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

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

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

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

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