#C1D2AD

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

Shades of Pixie Green #C1D2AD

Tints of Pixie Green #C1D2AD

Color information

#C1D2AD (or 0xC1D2AD) is unknown color: approx Pixie Green. HEX triplet: C1, D2 and AD. RGB value is (193,210,173). Sum of RGB (Red+Green+Blue) = 193+210+173=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D2AD is #3E2D52. Grayscale: #C8C8C8. Windows color (decimal): -4074835 or 11391681. OLE color: 11391681.

HSL color Cylindrical-coordinate representation of color #C1D2AD: hue angle of 87.57º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D2AD is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB193210173-
CMYK0.0800.180.18
HSL87.57º29.13%75.1%-
HSV(B)87.57º17.62%82.35%-
XYZ52.5860.4548.43-
YUV200.7112.37122.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 210 (82.42% from 255) = 36.46%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=33.51%
G=36.46%
B=30.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932101730.0800.180.1887.5729.1375.1
HexC1D2AD801212581d4b
Octal301322255100222213035113
Binary1100000111010010101011011000010010100101011000111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D2AD; }

 p { color: rgb(193,210,173); }

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

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

 a { background-color: rgb(193,210,173); }

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

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

 span { border-color: rgb(193,210,173); }

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