#C4D6AF

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

Shades of Pixie Green #C4D6AF

Tints of Pixie Green #C4D6AF

Color information

#C4D6AF (or 0xC4D6AF) is unknown color: approx Pixie Green. HEX triplet: C4, D6 and AF. RGB value is (196,214,175). Sum of RGB (Red+Green+Blue) = 196+214+175=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #C4D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D6AF is #3B2950. Grayscale: #CCCCCC. Windows color (decimal): -3877201 or 11523780. OLE color: 11523780.

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

Color convert

RGB196214175-
CMYK0.0800.180.16
HSL87.69º32.23%76.27%-
HSV(B)87.69º18.22%83.92%-
XYZ54.5562.9249.83-
YUV204.17111.54122.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=33.50%
G=36.58%
B=29.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1962141750.0800.180.1687.6932.2376.27
HexC4D6AF80121058204c
Octal304326257100222013040114
Binary11000100110101101010111110000100101000010110001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D6AF; }

 p { color: rgb(196,214,175); }

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

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

 a { background-color: rgb(196,214,175); }

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

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

 span { border-color: rgb(196,214,175); }

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