Html Css Color HEX #C2DCA5 Pixie Green

📋 copy color: '#C2DCA5'

red 194 ◦ green 220 ◦ blue 165

#C2DCA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #C2DCA5

Tints of Pixie Green #C2DCA5

RGB

 RED value IS 194 (76.17% from 255) = 33.51%

 GREEN value IS 220 (86.33% from 255) = 38%

 BLUE value IS 165 (64.84% from 255) = 28.5%

R = 33.51%
G = 38%
B = 28.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#C2DCA5 (or 0xC2DCA5) is known color: Pixie Green. HEX triplet: C2, DC and A5. RGB value is (194,220,165). Sum of RGB (Red+Green+Blue) = 194+220+165=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DCA5 is #3D235A. Grayscale: #CECECE. Windows color (decimal): -4006747 or 10869954. OLE color: 10869954.

HSL color Cylindrical-coordinate representation of color #C2DCA5: hue angle of 88.36º degrees, saturation: 0.44, 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 #C2DCA5 is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 220 165 -
CMYK 0.12 0 0.25 0.14
HSL 88.36º 0.44% 0.75% -
HSV(B) 88.36º 0.25% 0.86% -
XYZ 54.63 65.37 45.34 -
YUV 205.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 194 220 165 0.12 0 0.25 0.14 88.36 0.44 0.75
Hex C2 DC A5 C 0 19 E 58 2C 4B
Octal 302 334 245 14 0 31 16 130 54 113
Binary 11000010 11011100 10100101 1100 0 11001 1110 1011000 101100 1001011

Color Harmonies of #C2DCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DCA5

Black with #C2DCA5

Text Example


Text Example

White with #C2DCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DCA5; }

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

 H1.HeaderClassName
 {
   color: #C2DCA5;
 }
 .AnyTagClassName
 {
   color: #C2DCA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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