#C1DAA5

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

Shades of Pixie Green #C1DAA5

Tints of Pixie Green #C1DAA5

Color information

#C1DAA5 (or 0xC1DAA5) is unknown color: approx Pixie Green. HEX triplet: C1, DA and A5. RGB value is (193,218,165). Sum of RGB (Red+Green+Blue) = 193+218+165=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #C1DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DAA5 is #3E255A. Grayscale: #CCCCCC. Windows color (decimal): -4072795 or 10869441. OLE color: 10869441.

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

Color convert

RGB193218165-
CMYK0.1100.240.15
HSL88.3º41.73%75.1%-
HSV(B)88.3º24.31%85.49%-
XYZ53.8664.245.15-
YUV204.48105.72119.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 218 (85.55% from 255) = 37.85%
BLUE value IS 165 (64.84% from 255) = 28.65%
R=33.51%
G=37.85%
B=28.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932181650.1100.240.1588.341.7375.1
HexC1DAA5B018F582a4b
Octal301332245130301713052113
Binary1100000111011010101001011011011000111110110001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DAA5; }

 p { color: rgb(193,218,165); }

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

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

 a { background-color: rgb(193,218,165); }

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

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

 span { border-color: rgb(193,218,165); }

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