#C6D9B4

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

Shades of Pixie Green #C6D9B4

Tints of Pixie Green #C6D9B4

Color information

#C6D9B4 (or 0xC6D9B4) is unknown color: approx Pixie Green. HEX triplet: C6, D9 and B4. RGB value is (198,217,180). Sum of RGB (Red+Green+Blue) = 198+217+180=595 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.28% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D9B4 is #39264B. Grayscale: #CFCFCF. Windows color (decimal): -3745356 or 11852230. OLE color: 11852230.

HSL color Cylindrical-coordinate representation of color #C6D9B4: hue angle of 90.81º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6D9B4 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB198217180-
CMYK0.0900.170.15
HSL90.81º32.74%77.84%-
HSV(B)90.81º17.05%85.1%-
XYZ56.3464.9352.74-
YUV207.1112.71121.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.28%
GREEN value IS 217 (85.16% from 255) = 36.47%
BLUE value IS 180 (70.70% from 255) = 30.25%
R=33.28%
G=36.47%
B=30.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982171800.0900.170.1590.8132.7477.84
HexC6D9B49011F5b214e
Octal306331264110211713341116
Binary1100011011011001101101001001010001111110110111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D9B4; }

 p { color: rgb(198,217,180); }

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

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

 a { background-color: rgb(198,217,180); }

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

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

 span { border-color: rgb(198,217,180); }

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