#C5DAA5

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

Shades of Pixie Green #C5DAA5

Tints of Pixie Green #C5DAA5

Color information

#C5DAA5 (or 0xC5DAA5) is unknown color: approx Pixie Green. HEX triplet: C5, DA and A5. RGB value is (197,218,165). Sum of RGB (Red+Green+Blue) = 197+218+165=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 165 (64.84% from 255 or 28.45% from 580); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DAA5 is #3A255A. Grayscale: #CDCDCD. Windows color (decimal): -3810651 or 10869445. OLE color: 10869445.

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

Color convert

RGB197218165-
CMYK0.1000.240.15
HSL83.77º41.73%75.1%-
HSV(B)83.77º24.31%85.49%-
XYZ54.8964.7345.2-
YUV205.68105.04121.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.97%
GREEN value IS 218 (85.55% from 255) = 37.59%
BLUE value IS 165 (64.84% from 255) = 28.45%
R=33.97%
G=37.59%
B=28.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972181650.1000.240.1583.7741.7375.1
HexC5DAA5A018F542a4b
Octal305332245120301712452113
Binary1100010111011010101001011010011000111110101001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DAA5; }

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

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

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

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

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

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

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

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