Html Css Color HEX #C2DAA0 Pixie Green

📋 copy color: '#C2DAA0'

red 194 ◦ green 218 ◦ blue 160

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

Shades of Pixie Green #C2DAA0

Tints of Pixie Green #C2DAA0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.11%

 BLUE value IS 160 (62.89% from 255) = 27.97%

R = 33.92%
G = 38.11%
B = 27.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#C2DAA0 (or 0xC2DAA0) is known color: Pixie Green. HEX triplet: C2, DA and A0. RGB value is (194,218,160). Sum of RGB (Red+Green+Blue) = 194+218+160=572 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.92% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAA0 is #3D255F. Grayscale: #CCCCCC. Windows color (decimal): -4007264 or 10541762. OLE color: 10541762.

HSL color Cylindrical-coordinate representation of color #C2DAA0: hue angle of 84.83º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2DAA0 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 218 160 -
CMYK 0.11 0 0.27 0.15
HSL 84.83º 0.44% 0.74% -
HSV(B) 84.83º 0.27% 0.85% -
XYZ 53.66 64.15 42.81 -
YUV 204.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 194 218 160 0.11 0 0.27 0.15 84.83 0.44 0.74
Hex C2 DA A0 B 0 1B F 55 2C 4A
Octal 302 332 240 13 0 33 17 125 54 112
Binary 11000010 11011010 10100000 1011 0 11011 1111 1010101 101100 1001010

Color Harmonies of #C2DAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAA0

Black with #C2DAA0

Text Example


Text Example

White with #C2DAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAA0; }

 p { color: rgb(194,218,160); }

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

background-color css

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

 a { background-color: rgb(194,218,160); }

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

border-color css

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

 span { border-color: rgb(194,218,160); }

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