#BADE76

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

Shades of Sulu #BADE76

Tints of Sulu #BADE76

Color information

#BADE76 (or 0xBADE76) is unknown color: approx Sulu. HEX triplet: BA, DE and 76. RGB value is (186,222,118). Sum of RGB (Red+Green+Blue) = 186+222+118=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE76 is #452189. Grayscale: #C7C7C7. Windows color (decimal): -4530570 or 7790266. OLE color: 7790266.

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

Color convert

RGB186222118-
CMYK0.1600.470.13
HSL80.77º61.18%66.67%-
HSV(B)80.77º46.85%87.06%-
XYZ49.6463.9926.87-
YUV199.3882.07118.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 222 (87.11% from 255) = 42.21%
BLUE value IS 118 (46.48% from 255) = 22.43%
R=35.36%
G=42.21%
B=22.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221180.1600.470.1380.7761.1866.67
HexBADE761002FD513d43
Octal272336166200571512175103
Binary10111010110111101110110100000101111110110100011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE76; }

 p { color: rgb(186,222,118); }

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

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

 a { background-color: rgb(186,222,118); }

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

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

 span { border-color: rgb(186,222,118); }

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