#C3D4AE

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

Shades of Pixie Green #C3D4AE

Tints of Pixie Green #C3D4AE

Color information

#C3D4AE (or 0xC3D4AE) is unknown color: approx Pixie Green. HEX triplet: C3, D4 and AE. RGB value is (195,212,174). Sum of RGB (Red+Green+Blue) = 195+212+174=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 212 - color contains mainly: green. Hex color #C3D4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D4AE is #3C2B51. Grayscale: #CACACA. Windows color (decimal): -3943250 or 11457731. OLE color: 11457731.

HSL color Cylindrical-coordinate representation of color #C3D4AE: hue angle of 86.84º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3D4AE is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB195212174-
CMYK0.0800.180.17
HSL86.84º30.65%75.69%-
HSV(B)86.84º17.92%83.14%-
XYZ53.6961.7549.13-
YUV202.58111.87122.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 212 (83.20% from 255) = 36.49%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=33.56%
G=36.49%
B=29.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1952121740.0800.180.1786.8430.6575.69
HexC3D4AE801211571f4c
Octal303324256100222112737114
Binary1100001111010100101011101000010010100011010111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D4AE; }

 p { color: rgb(195,212,174); }

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

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

 a { background-color: rgb(195,212,174); }

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

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

 span { border-color: rgb(195,212,174); }

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