#BAD679

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

Shades of Sulu #BAD679

Tints of Sulu #BAD679

Color information

#BAD679 (or 0xBAD679) is unknown color: approx Sulu. HEX triplet: BA, D6 and 79. RGB value is (186,214,121). Sum of RGB (Red+Green+Blue) = 186+214+121=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD679 is #452986. Grayscale: #C3C3C3. Windows color (decimal): -4532615 or 7984826. OLE color: 7984826.

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

Color convert

RGB186214121-
CMYK0.1300.430.16
HSL78.06º53.14%65.69%-
HSV(B)78.06º43.46%83.92%-
XYZ47.7559.9127.14-
YUV195.0386.22121.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=35.70%
G=41.07%
B=23.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141210.1300.430.1678.0653.1465.69
HexBAD679D02B104e3542
Octal272326171150532011665102
Binary10111010110101101111001110101010111000010011101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD679; }

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

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

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

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

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

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

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

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