#C2DBA9

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

Shades of Pixie Green #C2DBA9

Tints of Pixie Green #C2DBA9

Color information

#C2DBA9 (or 0xC2DBA9) is unknown color: approx Pixie Green. HEX triplet: C2, DB and A9. RGB value is (194,219,169). Sum of RGB (Red+Green+Blue) = 194+219+169=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 169 (66.41% from 255 or 29.04% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBA9 is #3D2456. Grayscale: #CDCDCD. Windows color (decimal): -4006999 or 11131842. OLE color: 11131842.

HSL color Cylindrical-coordinate representation of color #C2DBA9: hue angle of 90º degrees, saturation: 0.41, 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 #C2DBA9 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB194219169-
CMYK0.1100.230.14
HSL90º40.98%76.08%-
HSV(B)90º22.83%85.88%-
XYZ54.746547.2-
YUV205.82107.22119.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.33%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 169 (66.41% from 255) = 29.04%
R=33.33%
G=37.63%
B=29.04%

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
Decimal1942191690.1100.230.149040.9876.08
HexC2DBA9B017E5a294c
Octal302333251130271613251114
Binary1100001011011011101010011011010111111010110101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBA9; }

 p { color: rgb(194,219,169); }

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

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

 a { background-color: rgb(194,219,169); }

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

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

 span { border-color: rgb(194,219,169); }

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