#C6D871

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

Shades of Deco #C6D871

Tints of Deco #C6D871

Color information

#C6D871 (or 0xC6D871) is unknown color: approx Deco. HEX triplet: C6, D8 and 71. RGB value is (198,216,113). Sum of RGB (Red+Green+Blue) = 198+216+113=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D871 is #39278E. Grayscale: #C7C7C7. Windows color (decimal): -3745679 or 7461062. OLE color: 7461062.

HSL color Cylindrical-coordinate representation of color #C6D871: hue angle of 70.49º degrees, saturation: 0.57, 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 #C6D871 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB198216113-
CMYK0.0800.480.15
HSL70.49º56.91%64.51%-
HSV(B)70.49º47.69%84.71%-
XYZ50.8362.3124.97-
YUV198.8879.54127.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.57%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=37.57%
G=40.99%
B=21.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982161130.0800.480.1570.4956.9164.51
HexC6D8718030F463941
Octal306330161100601710671101
Binary1100011011011000111000110000110000111110001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D871; }

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

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

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

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

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

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

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

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