#C6D971

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

Shades of Deco #C6D971

Tints of Deco #C6D971

Color information

#C6D971 (or 0xC6D971) is unknown color: approx Deco. HEX triplet: C6, D9 and 71. RGB value is (198,217,113). Sum of RGB (Red+Green+Blue) = 198+217+113=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D971 is #39268E. Grayscale: #C7C7C7. Windows color (decimal): -3745423 or 7461318. OLE color: 7461318.

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

Color convert

RGB198217113-
CMYK0.0900.480.15
HSL70.96º57.78%64.71%-
HSV(B)70.96º47.93%85.1%-
XYZ51.0862.8225.06-
YUV199.4679.21126.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.5%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=37.5%
G=41.10%
B=21.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982171130.0900.480.1570.9657.7864.71
HexC6D9719030F473a41
Octal306331161110601710772101
Binary1100011011011001111000110010110000111110001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D971; }

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

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

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

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

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

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

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

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