#BAD698

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

Shades of Sprout #BAD698

Tints of Sprout #BAD698

Color information

#BAD698 (or 0xBAD698) is unknown color: approx Sprout. HEX triplet: BA, D6 and 98. RGB value is (186,214,152). Sum of RGB (Red+Green+Blue) = 186+214+152=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD698 is #452967. Grayscale: #C6C6C6. Windows color (decimal): -4532584 or 10016442. OLE color: 10016442.

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

Color convert

RGB186214152-
CMYK0.1300.290.16
HSL87.1º43.06%71.76%-
HSV(B)87.1º28.97%83.92%-
XYZ49.9660.838.81-
YUV198.56101.72119.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=33.70%
G=38.77%
B=27.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141520.1300.290.1687.143.0671.76
HexBAD698D01D10572b48
Octal272326230150352012753110
Binary10111010110101101001100011010111011000010101111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD698; }

 p { color: rgb(186,214,152); }

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

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

 a { background-color: rgb(186,214,152); }

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

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

 span { border-color: rgb(186,214,152); }

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