#BADD79

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

Shades of Sulu #BADD79

Tints of Sulu #BADD79

Color information

#BADD79 (or 0xBADD79) is unknown color: approx Sulu. HEX triplet: BA, DD and 79. RGB value is (186,221,121). Sum of RGB (Red+Green+Blue) = 186+221+121=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD79 is #452286. Grayscale: #C7C7C7. Windows color (decimal): -4530823 or 7986618. OLE color: 7986618.

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

Color convert

RGB186221121-
CMYK0.1600.450.13
HSL81º59.52%67.06%-
HSV(B)81º45.25%86.67%-
XYZ49.5663.5327.74-
YUV199.1483.9118.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 221 (86.72% from 255) = 41.86%
BLUE value IS 121 (47.66% from 255) = 22.92%
R=35.23%
G=41.86%
B=22.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862211210.1600.450.138159.5267.06
HexBADD791002DD513c43
Octal272335171200551512174103
Binary10111010110111011111001100000101101110110100011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADD79; }

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

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

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

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

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

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

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

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