#C7D98A

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

Shades of Deco #C7D98A

Tints of Deco #C7D98A

Color information

#C7D98A (or 0xC7D98A) is unknown color: approx Deco. HEX triplet: C7, D9 and 8A. RGB value is (199,217,138). Sum of RGB (Red+Green+Blue) = 199+217+138=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D98A is #382675. Grayscale: #CACACA. Windows color (decimal): -3679862 or 9099719. OLE color: 9099719.

HSL color Cylindrical-coordinate representation of color #C7D98A: hue angle of 73.67º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7D98A is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB199217138-
CMYK0.0800.360.15
HSL73.67º50.97%69.61%-
HSV(B)73.67º36.41%85.1%-
XYZ52.9563.633.53-
YUV202.6191.54125.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.92%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=35.92%
G=39.17%
B=24.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992171380.0800.360.1573.6750.9769.61
HexC7D98A8024F4a3346
Octal307331212100441711263106
Binary11000111110110011000101010000100100111110010101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D98A; }

 p { color: rgb(199,217,138); }

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

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

 a { background-color: rgb(199,217,138); }

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

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

 span { border-color: rgb(199,217,138); }

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