Html Css Color HEX #C2DAA5 Pixie Green

📋 copy color: '#C2DAA5'

red 194 ◦ green 218 ◦ blue 165

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

Shades of Pixie Green #C2DAA5

Tints of Pixie Green #C2DAA5

RGB

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

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

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

R = 33.62%
G = 37.78%
B = 28.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#C2DAA5 (or 0xC2DAA5) is known color: Pixie Green. HEX triplet: C2, DA and A5. RGB value is (194,218,165). Sum of RGB (Red+Green+Blue) = 194+218+165=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DAA5 is #3D255A. Grayscale: #CCCCCC. Windows color (decimal): -4007259 or 10869442. OLE color: 10869442.

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

Color convert

RGB 194 218 165 -
CMYK 0.11 0 0.24 0.15
HSL 87.17º 0.42% 0.75% -
HSV(B) 87.17º 0.24% 0.85% -
XYZ 54.11 64.33 45.16 -
YUV 204.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 194 218 165 0.11 0 0.24 0.15 87.17 0.42 0.75
Hex C2 DA A5 B 0 18 F 57 2A 4B
Octal 302 332 245 13 0 30 17 127 52 113
Binary 11000010 11011010 10100101 1011 0 11000 1111 1010111 101010 1001011

Color Harmonies of #C2DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DAA5

Black with #C2DAA5

Text Example


Text Example

White with #C2DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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