#C4DAA1

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

Shades of Pixie Green #C4DAA1

Tints of Pixie Green #C4DAA1

Color information

#C4DAA1 (or 0xC4DAA1) is unknown color: approx Pixie Green. HEX triplet: C4, DA and A1. RGB value is (196,218,161). Sum of RGB (Red+Green+Blue) = 196+218+161=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #C4DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DAA1 is #3B255E. Grayscale: #CDCDCD. Windows color (decimal): -3876191 or 10607300. OLE color: 10607300.

HSL color Cylindrical-coordinate representation of color #C4DAA1: hue angle of 83.16º 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 #C4DAA1 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB196218161-
CMYK0.1000.260.15
HSL83.16º43.51%74.31%-
HSV(B)83.16º26.15%85.49%-
XYZ54.2764.4543.3-
YUV204.92103.21121.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 218 (85.55% from 255) = 37.91%
BLUE value IS 161 (63.28% from 255) = 28%
R=34.09%
G=37.91%
B=28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1962181610.1000.260.1583.1643.5174.31
HexC4DAA1A01AF532c4a
Octal304332241120321712354112
Binary1100010011011010101000011010011010111110100111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DAA1; }

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

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

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

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

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

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

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

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