#BAD777

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

Shades of Sulu #BAD777

Tints of Sulu #BAD777

Color information

#BAD777 (or 0xBAD777) is unknown color: approx Sulu. HEX triplet: BA, D7 and 77. RGB value is (186,215,119). Sum of RGB (Red+Green+Blue) = 186+215+119=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD777 is #452888. Grayscale: #C3C3C3. Windows color (decimal): -4532361 or 7854010. OLE color: 7854010.

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

Color convert

RGB186215119-
CMYK0.1300.450.16
HSL78.12º54.55%65.49%-
HSV(B)78.12º44.65%84.31%-
XYZ47.8860.3726.58-
YUV195.3884.89121.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.77%
GREEN value IS 215 (84.38% from 255) = 41.35%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=35.77%
G=41.35%
B=22.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862151190.1300.450.1678.1254.5565.49
HexBAD777D02D104e3741
Octal272327167150552011667101
Binary10111010110101111110111110101011011000010011101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD777; }

 p { color: rgb(186,215,119); }

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

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

 a { background-color: rgb(186,215,119); }

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

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

 span { border-color: rgb(186,215,119); }

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