Html Css Color HEX #C1D4A0 Pixie Green

📋 copy color: '#C1D4A0'

red 193 ◦ green 212 ◦ blue 160

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

Shades of Pixie Green #C1D4A0

Tints of Pixie Green #C1D4A0

RGB

 RED value IS 193 (75.78% from 255) = 34.16%

 GREEN value IS 212 (83.2% from 255) = 37.52%

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

R = 34.16%
G = 37.52%
B = 28.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#C1D4A0 (or 0xC1D4A0) is known color: Pixie Green. HEX triplet: C1, D4 and A0. RGB value is (193,212,160). Sum of RGB (Red+Green+Blue) = 193+212+160=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D4A0 is #3E2B5F. Grayscale: #C8C8C8. Windows color (decimal): -4074336 or 10540225. OLE color: 10540225.

HSL color Cylindrical-coordinate representation of color #C1D4A0: hue angle of 81.92º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1D4A0 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 212 160 -
CMYK 0.09 0 0.25 0.17
HSL 81.92º 0.38% 0.73% -
HSV(B) 81.92º 0.25% 0.83% -
XYZ 51.88 60.96 42.29 -
YUV 200.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 193 212 160 0.09 0 0.25 0.17 81.92 0.38 0.73
Hex C1 D4 A0 9 0 19 11 52 26 49
Octal 301 324 240 11 0 31 21 122 46 111
Binary 11000001 11010100 10100000 1001 0 11001 10001 1010010 100110 1001001

Color Harmonies of #C1D4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D4A0

Black with #C1D4A0

Text Example


Text Example

White with #C1D4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D4A0; }

 p { color: rgb(193,212,160); }

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

background-color css

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

 a { background-color: rgb(193,212,160); }

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

border-color css

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

 span { border-color: rgb(193,212,160); }

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