Html Css Color HEX #C2D3AC Pixie Green

📋 copy color: '#C2D3AC'

red 194 ◦ green 211 ◦ blue 172

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

Shades of Pixie Green #C2D3AC

Tints of Pixie Green #C2D3AC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.57%

 BLUE value IS 172 (67.58% from 255) = 29.81%

R = 33.62%
G = 36.57%
B = 29.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#C2D3AC (or 0xC2D3AC) is known color: Pixie Green. HEX triplet: C2, D3 and AC. RGB value is (194,211,172). Sum of RGB (Red+Green+Blue) = 194+211+172=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D3AC is #3D2C53. Grayscale: #C9C9C9. Windows color (decimal): -4009044 or 11326402. OLE color: 11326402.

HSL color Cylindrical-coordinate representation of color #C2D3AC: hue angle of 86.15º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2D3AC is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 211 172 -
CMYK 0.08 0 0.18 0.17
HSL 86.15º 0.31% 0.75% -
HSV(B) 86.15º 0.18% 0.83% -
XYZ 52.99 61.04 48.02 -
YUV 201.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 194 211 172 0.08 0 0.18 0.17 86.15 0.31 0.75
Hex C2 D3 AC 8 0 12 11 56 1F 4B
Octal 302 323 254 10 0 22 21 126 37 113
Binary 11000010 11010011 10101100 1000 0 10010 10001 1010110 11111 1001011

Color Harmonies of #C2D3AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D3AC

Black with #C2D3AC

Text Example


Text Example

White with #C2D3AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D3AC; }

 p { color: rgb(194,211,172); }

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

background-color css

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

 a { background-color: rgb(194,211,172); }

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

border-color css

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

 span { border-color: rgb(194,211,172); }

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