#C1D6A0

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

Shades of Pixie Green #C1D6A0

Tints of Pixie Green #C1D6A0

Color information

#C1D6A0 (or 0xC1D6A0) is unknown color: approx Pixie Green. HEX triplet: C1, D6 and A0. RGB value is (193,214,160). Sum of RGB (Red+Green+Blue) = 193+214+160=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D6A0 is #3E295F. Grayscale: #C9C9C9. Windows color (decimal): -4073824 or 10540737. OLE color: 10540737.

HSL color Cylindrical-coordinate representation of color #C1D6A0: hue angle of 83.33º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1D6A0 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB193214160-
CMYK0.1000.250.16
HSL83.33º39.71%73.33%-
HSV(B)83.33º25.23%83.92%-
XYZ52.3861.9742.46-
YUV201.56104.54121.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.04%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 160 (62.89% from 255) = 28.22%
R=34.04%
G=37.74%
B=28.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932141600.1000.250.1683.3339.7173.33
HexC1D6A0A01910532849
Octal301326240120312012350111
Binary11000001110101101010000010100110011000010100111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D6A0; }

 p { color: rgb(193,214,160); }

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

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

 a { background-color: rgb(193,214,160); }

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

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

 span { border-color: rgb(193,214,160); }

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