#C1D076

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

Shades of Deco #C1D076

Tints of Deco #C1D076

Color information

#C1D076 (or 0xC1D076) is unknown color: approx Deco. HEX triplet: C1, D0 and 76. RGB value is (193,208,118). Sum of RGB (Red+Green+Blue) = 193+208+118=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D076 is #3E2F89. Grayscale: #C1C1C1. Windows color (decimal): -4075402 or 7786689. OLE color: 7786689.

HSL color Cylindrical-coordinate representation of color #C1D076: hue angle of 70º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1D076 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB193208118-
CMYK0.0700.430.18
HSL70º48.91%63.92%-
HSV(B)70º43.27%81.57%-
XYZ47.8257.7625.77-
YUV193.2685.53127.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.19%
GREEN value IS 208 (81.64% from 255) = 40.08%
BLUE value IS 118 (46.48% from 255) = 22.74%
R=37.19%
G=40.08%
B=22.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932081180.0700.430.187048.9163.92
HexC1D076702B12463140
Octal30132016670532210661100
Binary1100000111010000111011011101010111001010001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D076; }

 p { color: rgb(193,208,118); }

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

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

 a { background-color: rgb(193,208,118); }

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

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

 span { border-color: rgb(193,208,118); }

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