#BAD392

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

Shades of Sprout #BAD392

Tints of Sprout #BAD392

Color information

#BAD392 (or 0xBAD392) is unknown color: approx Sprout. HEX triplet: BA, D3 and 92. RGB value is (186,211,146). Sum of RGB (Red+Green+Blue) = 186+211+146=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD392 is #452C6D. Grayscale: #C4C4C4. Windows color (decimal): -4533358 or 9622458. OLE color: 9622458.

HSL color Cylindrical-coordinate representation of color #BAD392: hue angle of 83.08º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAD392 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB186211146-
CMYK0.1200.310.17
HSL83.08º42.48%70%-
HSV(B)83.08º30.81%82.75%-
XYZ48.7359.136.03-
YUV196.1299.72120.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 211 (82.81% from 255) = 38.86%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=34.25%
G=38.86%
B=26.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862111460.1200.310.1783.0842.4870
HexBAD392C01F11532a46
Octal272323222140372112352106
Binary10111010110100111001001011000111111000110100111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD392; }

 p { color: rgb(186,211,146); }

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

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

 a { background-color: rgb(186,211,146); }

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

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

 span { border-color: rgb(186,211,146); }

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