#c6d973

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

Shades of Deco #C6D973

Tints of Deco #C6D973

Color information

#C6D973 (or 0xC6D973) is unknown color: approx Deco. HEX triplet: C6, D9 and 73. RGB value is (198,217,115). Sum of RGB (Red+Green+Blue) = 198+217+115=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D973 is #39268C. Grayscale: #C8C8C8. Windows color (decimal): -3745421 or 7592390. OLE color: 7592390.

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

Color convert

RGB198217115-
CMYK0.0900.470.15
HSL71.18º57.3%65.1%-
HSV(B)71.18º47%85.1%-
XYZ51.262.8725.66-
YUV199.6980.21126.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.36%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 115 (45.31% from 255) = 21.70%
R=37.36%
G=40.94%
B=21.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982171150.0900.470.1571.1857.365.1
HexC6D973902FF473941
Octal306331163110571710771101
Binary1100011011011001111001110010101111111110001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6d973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6d973; }

 p { color: rgb(198,217,115); }

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

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

 a { background-color: rgb(198,217,115); }

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

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

 span { border-color: rgb(198,217,115); }

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