#C1DBAD

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

Shades of Pixie Green #C1DBAD

Tints of Pixie Green #C1DBAD

Color information

#C1DBAD (or 0xC1DBAD) is unknown color: approx Pixie Green. HEX triplet: C1, DB and AD. RGB value is (193,219,173). Sum of RGB (Red+Green+Blue) = 193+219+173=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DBAD is #3E2452. Grayscale: #CECECE. Windows color (decimal): -4072531 or 11393985. OLE color: 11393985.

HSL color Cylindrical-coordinate representation of color #C1DBAD: hue angle of 93.91º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1DBAD is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB193219173-
CMYK0.1200.210.14
HSL93.91º38.98%76.86%-
HSV(B)93.91º21%85.88%-
XYZ54.8765.0249.19-
YUV205.98109.39118.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 219 (85.94% from 255) = 37.44%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=32.99%
G=37.44%
B=29.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932191730.1200.210.1493.9138.9876.86
HexC1DBADC015E5e274d
Octal301333255140251613647115
Binary1100000111011011101011011100010101111010111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DBAD; }

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

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

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

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

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

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

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

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