#badc96

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

Shades of Sprout #BADC96

Tints of Sprout #BADC96

Color information

#BADC96 (or 0xBADC96) is unknown color: approx Sprout. HEX triplet: BA, DC and 96. RGB value is (186,220,150). Sum of RGB (Red+Green+Blue) = 186+220+150=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC96 is #452369. Grayscale: #CACACA. Windows color (decimal): -4531050 or 9886906. OLE color: 9886906.

HSL color Cylindrical-coordinate representation of color #BADC96: hue angle of 89.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BADC96 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB186220150-
CMYK0.1500.320.14
HSL89.14º50%72.55%-
HSV(B)89.14º31.82%86.27%-
XYZ51.3563.8338.47-
YUV201.8598.74116.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 150 (58.98% from 255) = 26.98%
R=33.45%
G=39.57%
B=26.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862201500.1500.320.1489.145072.55
HexBADC96F020E593249
Octal272334226170401613162111
Binary10111010110111001001011011110100000111010110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #badc96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #badc96; }

 p { color: rgb(186,220,150); }

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

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

 a { background-color: rgb(186,220,150); }

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

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

 span { border-color: rgb(186,220,150); }

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