#C1D3AB

Color #C1D3AB Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #C1D3AB

Tints of Pixie Green #C1D3AB

Color information

#C1D3AB (or 0xC1D3AB) is unknown color: approx Pixie Green. HEX triplet: C1, D3 and AB. RGB value is (193,211,171). Sum of RGB (Red+Green+Blue) = 193+211+171=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D3AB is #3E2C54. Grayscale: #C9C9C9. Windows color (decimal): -4074581 or 11260865. OLE color: 11260865.

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

Color convert

RGB193211171-
CMYK0.0900.190.17
HSL87º31.25%74.9%-
HSV(B)87º18.96%82.75%-
XYZ52.6460.8747.5-
YUV201.06111.04122.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.57%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=33.57%
G=36.70%
B=29.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1932111710.0900.190.178731.2574.9
HexC1D3AB901311571f4b
Octal301323253110232112737113
Binary1100000111010011101010111001010011100011010111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D3AB; }

 p { color: rgb(193,211,171); }

 H1.HeaderClassName
 {
   color: #C1D3AB;
 }
 .AnyTagClassName
 {
   color: #C1D3AB;
 }
</style>
background-color css

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

 a { background-color: rgb(193,211,171); }

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

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

 span { border-color: rgb(193,211,171); }

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