#C7DBA0

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

Shades of Pixie Green #C7DBA0

Tints of Pixie Green #C7DBA0

Color information

#C7DBA0 (or 0xC7DBA0) is unknown color: approx Pixie Green. HEX triplet: C7, DB and A0. RGB value is (199,219,160). Sum of RGB (Red+Green+Blue) = 199+219+160=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DBA0 is #38245F. Grayscale: #CECECE. Windows color (decimal): -3679328 or 10542023. OLE color: 10542023.

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

Color convert

RGB199219160-
CMYK0.0900.270.14
HSL80.34º45.04%74.31%-
HSV(B)80.34º26.94%85.88%-
XYZ55.2365.3442.96-
YUV206.29101.87122.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.43%
GREEN value IS 219 (85.94% from 255) = 37.89%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=34.43%
G=37.89%
B=27.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992191600.0900.270.1480.3445.0474.31
HexC7DBA0901BE502d4a
Octal307333240110331612055112
Binary1100011111011011101000001001011011111010100001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DBA0; }

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

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

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

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

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

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

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

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