#C2DBA5

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

Shades of Pixie Green #C2DBA5

Tints of Pixie Green #C2DBA5

Color information

#C2DBA5 (or 0xC2DBA5) is unknown color: approx Pixie Green. HEX triplet: C2, DB and A5. RGB value is (194,219,165). Sum of RGB (Red+Green+Blue) = 194+219+165=578 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.56% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBA5 is #3D245A. Grayscale: #CDCDCD. Windows color (decimal): -4007003 or 10869698. OLE color: 10869698.

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

Color convert

RGB194219165-
CMYK0.1100.250.14
HSL87.78º42.86%75.29%-
HSV(B)87.78º24.66%85.88%-
XYZ54.3764.8545.25-
YUV205.37105.22119.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.56%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 165 (64.84% from 255) = 28.55%
R=33.56%
G=37.89%
B=28.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942191650.1100.250.1487.7842.8675.29
HexC2DBA5B019E582b4b
Octal302333245130311613053113
Binary1100001011011011101001011011011001111010110001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DBA5; }

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

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

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

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

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

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

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

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