#BAD595

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

Shades of Sprout #BAD595

Tints of Sprout #BAD595

Color information

#BAD595 (or 0xBAD595) is unknown color: approx Sprout. HEX triplet: BA, D5 and 95. RGB value is (186,213,149). Sum of RGB (Red+Green+Blue) = 186+213+149=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD595 is #452A6A. Grayscale: #C5C5C5. Windows color (decimal): -4532843 or 9819578. OLE color: 9819578.

HSL color Cylindrical-coordinate representation of color #BAD595: hue angle of 85.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAD595 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB186213149-
CMYK0.1300.300.16
HSL85.31º43.24%70.98%-
HSV(B)85.31º30.05%83.53%-
XYZ49.4760.237.45-
YUV197.63100.55119.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 213 (83.59% from 255) = 38.87%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=33.94%
G=38.87%
B=27.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131490.1300.300.1685.3143.2470.98
HexBAD595D01E10552b47
Octal272325225150362012553107
Binary10111010110101011001010111010111101000010101011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD595; }

 p { color: rgb(186,213,149); }

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

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

 a { background-color: rgb(186,213,149); }

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

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

 span { border-color: rgb(186,213,149); }

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