#C6D071

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

Shades of Deco #C6D071

Tints of Deco #C6D071

Color information

#C6D071 (or 0xC6D071) is unknown color: approx Deco. HEX triplet: C6, D0 and 71. RGB value is (198,208,113). Sum of RGB (Red+Green+Blue) = 198+208+113=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D071 is #392F8E. Grayscale: #C2C2C2. Windows color (decimal): -3747727 or 7459014. OLE color: 7459014.

HSL color Cylindrical-coordinate representation of color #C6D071: hue angle of 66.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6D071 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB198208113-
CMYK0.0500.460.18
HSL66.32º50.26%62.94%-
HSV(B)66.32º45.67%81.57%-
XYZ48.8358.3124.3-
YUV194.1882.19130.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=38.15%
G=40.08%
B=21.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982081130.0500.460.1866.3250.2662.94
HexC6D071502E1242323f
Octal3063201615056221026277
Binary110001101101000011100011010101110100101000010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D071; }

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

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

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

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

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

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

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

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