#C0D894

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

Shades of Sprout #C0D894

Tints of Sprout #C0D894

Color information

#C0D894 (or 0xC0D894) is unknown color: approx Sprout. HEX triplet: C0, D8 and 94. RGB value is (192,216,148). Sum of RGB (Red+Green+Blue) = 192+216+148=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 216 (84.77% from 255 or 38.85% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D894 is #3F276B. Grayscale: #C9C9C9. Windows color (decimal): -4138860 or 9754816. OLE color: 9754816.

HSL color Cylindrical-coordinate representation of color #C0D894: hue angle of 81.18º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0D894 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB192216148-
CMYK0.1100.310.15
HSL81.18º46.58%71.37%-
HSV(B)81.18º31.48%84.71%-
XYZ51.6462.4637.35-
YUV201.0798.05121.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.53%
GREEN value IS 216 (84.77% from 255) = 38.85%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=34.53%
G=38.85%
B=26.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1922161480.1100.310.1581.1846.5871.37
HexC0D894B01FF512f47
Octal300330224130371712157107
Binary1100000011011000100101001011011111111110100011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D894; }

 p { color: rgb(192,216,148); }

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

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

 a { background-color: rgb(192,216,148); }

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

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

 span { border-color: rgb(192,216,148); }

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