#C7DBA2

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

Shades of Pixie Green #C7DBA2

Tints of Pixie Green #C7DBA2

Color information

#C7DBA2 (or 0xC7DBA2) is unknown color: approx Pixie Green. HEX triplet: C7, DB and A2. RGB value is (199,219,162). Sum of RGB (Red+Green+Blue) = 199+219+162=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DBA2 is #38245D. Grayscale: #CECECE. Windows color (decimal): -3679326 or 10673095. OLE color: 10673095.

HSL color Cylindrical-coordinate representation of color #C7DBA2: hue angle of 81.05º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7DBA2 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB199219162-
CMYK0.0900.260.14
HSL81.05º44.19%74.71%-
HSV(B)81.05º26.03%85.88%-
XYZ55.4165.4143.89-
YUV206.52102.87122.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.31%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 162 (63.67% from 255) = 27.93%
R=34.31%
G=37.76%
B=27.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992191620.0900.260.1481.0544.1974.71
HexC7DBA2901AE512c4b
Octal307333242110321612154113
Binary1100011111011011101000101001011010111010100011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBA2; }

 p { color: rgb(199,219,162); }

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

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

 a { background-color: rgb(199,219,162); }

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

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

 span { border-color: rgb(199,219,162); }

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