#C4DBA0

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

Shades of Pixie Green #C4DBA0

Tints of Pixie Green #C4DBA0

Color information

#C4DBA0 (or 0xC4DBA0) is unknown color: approx Pixie Green. HEX triplet: C4, DB and A0. RGB value is (196,219,160). Sum of RGB (Red+Green+Blue) = 196+219+160=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 160 (62.89% from 255 or 27.83% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DBA0 is #3B245F. Grayscale: #CDCDCD. Windows color (decimal): -3875936 or 10542020. OLE color: 10542020.

HSL color Cylindrical-coordinate representation of color #C4DBA0: hue angle of 83.39º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C4DBA0 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB196219160-
CMYK0.1100.270.14
HSL83.39º45.04%74.31%-
HSV(B)83.39º26.94%85.88%-
XYZ54.4464.9442.92-
YUV205.4102.38121.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.09%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 160 (62.89% from 255) = 27.83%
R=34.09%
G=38.09%
B=27.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962191600.1100.270.1483.3945.0474.31
HexC4DBA0B01BE532d4a
Octal304333240130331612355112
Binary1100010011011011101000001011011011111010100111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DBA0; }

 p { color: rgb(196,219,160); }

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

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

 a { background-color: rgb(196,219,160); }

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

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

 span { border-color: rgb(196,219,160); }

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