#BAD974

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

Shades of Sulu #BAD974

Tints of Sulu #BAD974

Color information

#BAD974 (or 0xBAD974) is unknown color: approx Sulu. HEX triplet: BA, D9 and 74. RGB value is (186,217,116). Sum of RGB (Red+Green+Blue) = 186+217+116=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD974 is #45268B. Grayscale: #C4C4C4. Windows color (decimal): -4531852 or 7657914. OLE color: 7657914.

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

Color convert

RGB186217116-
CMYK0.1400.470.15
HSL78.42º57.06%65.29%-
HSV(B)78.42º46.54%85.1%-
XYZ48.2161.3325.82-
YUV196.2282.73120.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 217 (85.16% from 255) = 41.81%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=35.84%
G=41.81%
B=22.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862171160.1400.470.1578.4257.0665.29
HexBAD974E02FF4e3941
Octal272331164160571711671101
Binary1011101011011001111010011100101111111110011101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD974; }

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

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

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

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

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

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

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

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