Html Css Color HEX #C1D2AD Pixie Green

📋 copy color: '#C1D2AD'

red 193 ◦ green 210 ◦ blue 173

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

Shades of Pixie Green #C1D2AD

Tints of Pixie Green #C1D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.46%

 BLUE value IS 173 (67.97% from 255) = 30.03%

R = 33.51%
G = 36.46%
B = 30.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#C1D2AD (or 0xC1D2AD) is known color: Pixie Green. HEX triplet: C1, D2 and AD. RGB value is (193,210,173). Sum of RGB (Red+Green+Blue) = 193+210+173=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D2AD is #3E2D52. Grayscale: #C8C8C8. Windows color (decimal): -4074835 or 11391681. OLE color: 11391681.

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

Color convert

RGB 193 210 173 -
CMYK 0.08 0 0.18 0.18
HSL 87.57º 0.29% 0.75% -
HSV(B) 87.57º 0.18% 0.82% -
XYZ 52.58 60.45 48.43 -
YUV 200.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 193 210 173 0.08 0 0.18 0.18 87.57 0.29 0.75
Hex C1 D2 AD 8 0 12 12 58 1D 4B
Octal 301 322 255 10 0 22 22 130 35 113
Binary 11000001 11010010 10101101 1000 0 10010 10010 1011000 11101 1001011

Color Harmonies of #C1D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D2AD

Black with #C1D2AD

Text Example


Text Example

White with #C1D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D2AD; }

 p { color: rgb(193,210,173); }

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

background-color css

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

 a { background-color: rgb(193,210,173); }

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

border-color css

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

 span { border-color: rgb(193,210,173); }

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