#C6D97D

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

Shades of Deco #C6D97D

Tints of Deco #C6D97D

Color information

#C6D97D (or 0xC6D97D) is unknown color: approx Deco. HEX triplet: C6, D9 and 7D. RGB value is (198,217,125). Sum of RGB (Red+Green+Blue) = 198+217+125=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 217 (85.16% from 255 or 40.19% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D97D is #392682. Grayscale: #C9C9C9. Windows color (decimal): -3745411 or 8247750. OLE color: 8247750.

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

Color convert

RGB198217125-
CMYK0.0900.420.15
HSL72.39º54.76%67.06%-
HSV(B)72.39º42.4%85.1%-
XYZ51.863.1128.85-
YUV200.8385.21125.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.67%
GREEN value IS 217 (85.16% from 255) = 40.19%
BLUE value IS 125 (49.22% from 255) = 23.15%
R=36.67%
G=40.19%
B=23.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982171250.0900.420.1572.3954.7667.06
HexC6D97D902AF483743
Octal306331175110521711067103
Binary1100011011011001111110110010101010111110010001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D97D; }

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

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

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

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

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

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

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

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