#C0D798

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

Shades of Sprout #C0D798

Tints of Sprout #C0D798

Color information

#C0D798 (or 0xC0D798) is unknown color: approx Sprout. HEX triplet: C0, D7 and 98. RGB value is (192,215,152). Sum of RGB (Red+Green+Blue) = 192+215+152=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D798 is #3F2867. Grayscale: #C9C9C9. Windows color (decimal): -4139112 or 10016704. OLE color: 10016704.

HSL color Cylindrical-coordinate representation of color #C0D798: hue angle of 81.9º degrees, saturation: 0.44, 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 #C0D798 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB192215152-
CMYK0.1100.290.16
HSL81.9º44.06%71.96%-
HSV(B)81.9º29.3%84.31%-
XYZ51.7162.0738.96-
YUV200.94100.38121.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 152 (59.77% from 255) = 27.19%
R=34.35%
G=38.46%
B=27.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922151520.1100.290.1681.944.0671.96
HexC0D798B01D10522c48
Octal300327230130352012254110
Binary11000000110101111001100010110111011000010100101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D798; }

 p { color: rgb(192,215,152); }

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

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

 a { background-color: rgb(192,215,152); }

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

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

 span { border-color: rgb(192,215,152); }

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