#BAD979

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

Shades of Sulu #BAD979

Tints of Sulu #BAD979

Color information

#BAD979 (or 0xBAD979) is unknown color: approx Sulu. HEX triplet: BA, D9 and 79. RGB value is (186,217,121). Sum of RGB (Red+Green+Blue) = 186+217+121=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD979 is #452686. Grayscale: #C5C5C5. Windows color (decimal): -4531847 or 7985594. OLE color: 7985594.

HSL color Cylindrical-coordinate representation of color #BAD979: hue angle of 79.38º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAD979 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB186217121-
CMYK0.1400.440.15
HSL79.38º55.81%66.27%-
HSV(B)79.38º44.24%85.1%-
XYZ48.5161.4527.39-
YUV196.7985.23120.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 121 (47.66% from 255) = 23.09%
R=35.50%
G=41.41%
B=23.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171210.1400.440.1579.3855.8166.27
HexBAD979E02CF4f3842
Octal272331171160541711770102
Binary1011101011011001111100111100101100111110011111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD979; }

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

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

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

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

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

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

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

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