#C5DBAC

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

Shades of Pixie Green #C5DBAC

Tints of Pixie Green #C5DBAC

Color information

#C5DBAC (or 0xC5DBAC) is unknown color: approx Pixie Green. HEX triplet: C5, DB and AC. RGB value is (197,219,172). Sum of RGB (Red+Green+Blue) = 197+219+172=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DBAC is #3A2453. Grayscale: #CFCFCF. Windows color (decimal): -3810388 or 11328453. OLE color: 11328453.

HSL color Cylindrical-coordinate representation of color #C5DBAC: hue angle of 88.09º 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 #C5DBAC is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB197219172-
CMYK0.1000.210.14
HSL88.09º39.5%76.67%-
HSV(B)88.09º21.46%85.88%-
XYZ55.865.5148.73-
YUV207.06108.21120.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.50%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 172 (67.58% from 255) = 29.25%
R=33.50%
G=37.24%
B=29.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972191720.1000.210.1488.0939.576.67
HexC5DBACA015E58274d
Octal305333254120251613047115
Binary1100010111011011101011001010010101111010110001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBAC; }

 p { color: rgb(197,219,172); }

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

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

 a { background-color: rgb(197,219,172); }

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

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

 span { border-color: rgb(197,219,172); }

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