#C3DAA1

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

Shades of Pixie Green #C3DAA1

Tints of Pixie Green #C3DAA1

Color information

#C3DAA1 (or 0xC3DAA1) is unknown color: approx Pixie Green. HEX triplet: C3, DA and A1. RGB value is (195,218,161). Sum of RGB (Red+Green+Blue) = 195+218+161=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 161 (63.28% from 255 or 28.05% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DAA1 is #3C255E. Grayscale: #CCCCCC. Windows color (decimal): -3941727 or 10607299. OLE color: 10607299.

HSL color Cylindrical-coordinate representation of color #C3DAA1: hue angle of 84.21º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3DAA1 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB195218161-
CMYK0.1100.260.15
HSL84.21º43.51%74.31%-
HSV(B)84.21º26.15%85.49%-
XYZ54.0164.3243.29-
YUV204.62103.38121.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.97%
GREEN value IS 218 (85.55% from 255) = 37.98%
BLUE value IS 161 (63.28% from 255) = 28.05%
R=33.97%
G=37.98%
B=28.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952181610.1100.260.1584.2143.5174.31
HexC3DAA1B01AF542c4a
Octal303332241130321712454112
Binary1100001111011010101000011011011010111110101001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DAA1; }

 p { color: rgb(195,218,161); }

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

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

 a { background-color: rgb(195,218,161); }

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

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

 span { border-color: rgb(195,218,161); }

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