#BAD097

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

Shades of Sprout #BAD097

Tints of Sprout #BAD097

Color information

#BAD097 (or 0xBAD097) is unknown color: approx Sprout. HEX triplet: BA, D0 and 97. RGB value is (186,208,151). Sum of RGB (Red+Green+Blue) = 186+208+151=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD097 is #452F68. Grayscale: #C3C3C3. Windows color (decimal): -4534121 or 9949370. OLE color: 9949370.

HSL color Cylindrical-coordinate representation of color #BAD097: hue angle of 83.16º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAD097 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB186208151-
CMYK0.1100.270.18
HSL83.16º37.75%70.39%-
HSV(B)83.16º27.4%81.57%-
XYZ48.3957.7937.88-
YUV194.92103.21121.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=34.13%
G=38.17%
B=27.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862081510.1100.270.1883.1637.7570.39
HexBAD097B01B12532646
Octal272320227130332212346106
Binary10111010110100001001011110110110111001010100111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD097; }

 p { color: rgb(186,208,151); }

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

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

 a { background-color: rgb(186,208,151); }

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

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

 span { border-color: rgb(186,208,151); }

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