Html Css Color HEX #C2D5AE Pixie Green

📋 copy color: '#C2D5AE'

red 194 ◦ green 213 ◦ blue 174

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

Shades of Pixie Green #C2D5AE

Tints of Pixie Green #C2D5AE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.66%

 BLUE value IS 174 (68.36% from 255) = 29.95%

R = 33.39%
G = 36.66%
B = 29.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#C2D5AE (or 0xC2D5AE) is known color: Pixie Green. HEX triplet: C2, D5 and AE. RGB value is (194,213,174). Sum of RGB (Red+Green+Blue) = 194+213+174=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D5AE is #3D2A51. Grayscale: #CBCBCB. Windows color (decimal): -4008530 or 11457986. OLE color: 11457986.

HSL color Cylindrical-coordinate representation of color #C2D5AE: hue angle of 89.23º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D5AE is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 213 174 -
CMYK 0.09 0 0.18 0.16
HSL 89.23º 0.32% 0.76% -
HSV(B) 89.23º 0.18% 0.84% -
XYZ 53.68 62.11 49.2 -
YUV 202.87 111.71 121.67 -
System Red Green Blue C M Y K H S L
Decimal 194 213 174 0.09 0 0.18 0.16 89.23 0.32 0.76
Hex C2 D5 AE 9 0 12 10 59 20 4C
Octal 302 325 256 11 0 22 20 131 40 114
Binary 11000010 11010101 10101110 1001 0 10010 10000 1011001 100000 1001100

Color Harmonies of #C2D5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D5AE

Black with #C2D5AE

Text Example


Text Example

White with #C2D5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D5AE; }

 p { color: rgb(194,213,174); }

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

background-color css

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

 a { background-color: rgb(194,213,174); }

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

border-color css

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

 span { border-color: rgb(194,213,174); }

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