Html Css Color HEX #C2D9AB Pixie Green

📋 copy color: '#C2D9AB'

red 194 ◦ green 217 ◦ blue 171

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

Shades of Pixie Green #C2D9AB

Tints of Pixie Green #C2D9AB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.29%

 BLUE value IS 171 (67.19% from 255) = 29.38%

R = 33.33%
G = 37.29%
B = 29.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#C2D9AB (or 0xC2D9AB) is known color: Pixie Green. HEX triplet: C2, D9 and AB. RGB value is (194,217,171). Sum of RGB (Red+Green+Blue) = 194+217+171=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D9AB is #3D2654. Grayscale: #CDCDCD. Windows color (decimal): -4007509 or 11262402. OLE color: 11262402.

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

Color convert

RGB 194 217 171 -
CMYK 0.11 0 0.21 0.15
HSL 90º 0.38% 0.76% -
HSV(B) 90º 0.21% 0.85% -
XYZ 54.41 64.04 48.02 -
YUV 204.88 108.88 120.24 -
System Red Green Blue C M Y K H S L
Decimal 194 217 171 0.11 0 0.21 0.15 90 0.38 0.76
Hex C2 D9 AB B 0 15 F 5A 26 4C
Octal 302 331 253 13 0 25 17 132 46 114
Binary 11000010 11011001 10101011 1011 0 10101 1111 1011010 100110 1001100

Color Harmonies of #C2D9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D9AB

Black with #C2D9AB

Text Example


Text Example

White with #C2D9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D9AB; }

 p { color: rgb(194,217,171); }

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

background-color css

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

 a { background-color: rgb(194,217,171); }

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

border-color css

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

 span { border-color: rgb(194,217,171); }

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