#C1D1B1

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

Shades of Pixie Green #C1D1B1

Tints of Pixie Green #C1D1B1

Color information

#C1D1B1 (or 0xC1D1B1) is unknown color: approx Pixie Green. HEX triplet: C1, D1 and B1. RGB value is (193,209,177). Sum of RGB (Red+Green+Blue) = 193+209+177=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D1B1 is #3E2E4E. Grayscale: #C8C8C8. Windows color (decimal): -4075087 or 11653569. OLE color: 11653569.

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

Color convert

RGB193209177-
CMYK0.0800.150.18
HSL90º25.81%75.69%-
HSV(B)90º15.31%81.96%-
XYZ52.7360.1150.42-
YUV200.57114.7122.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.33%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 177 (69.53% from 255) = 30.57%
R=33.33%
G=36.10%
B=30.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932091770.0800.150.189025.8175.69
HexC1D1B180F125a1a4c
Octal301321261100172213232114
Binary110000011101000110110001100001111100101011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D1B1; }

 p { color: rgb(193,209,177); }

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

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

 a { background-color: rgb(193,209,177); }

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

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

 span { border-color: rgb(193,209,177); }

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