#C3DCAA

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

Shades of Pixie Green #C3DCAA

Tints of Pixie Green #C3DCAA

Color information

#C3DCAA (or 0xC3DCAA) is unknown color: approx Pixie Green. HEX triplet: C3, DC and AA. RGB value is (195,220,170). Sum of RGB (Red+Green+Blue) = 195+220+170=585 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.33% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DCAA is #3C2355. Grayscale: #CECECE. Windows color (decimal): -3941206 or 11197635. OLE color: 11197635.

HSL color Cylindrical-coordinate representation of color #C3DCAA: hue angle of 90º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3DCAA is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB195220170-
CMYK0.1100.230.14
HSL90º41.67%76.47%-
HSV(B)90º22.73%86.27%-
XYZ55.3565.6947.79-
YUV206.82107.22119.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 37.61%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=33.33%
G=37.61%
B=29.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952201700.1100.230.149041.6776.47
HexC3DCAAB017E5a2a4c
Octal303334252130271613252114
Binary1100001111011100101010101011010111111010110101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DCAA; }

 p { color: rgb(195,220,170); }

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

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

 a { background-color: rgb(195,220,170); }

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

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

 span { border-color: rgb(195,220,170); }

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