#C6D271

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

Shades of Deco #C6D271

Tints of Deco #C6D271

Color information

#C6D271 (or 0xC6D271) is unknown color: approx Deco. HEX triplet: C6, D2 and 71. RGB value is (198,210,113). Sum of RGB (Red+Green+Blue) = 198+210+113=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D271 is #392D8E. Grayscale: #C3C3C3. Windows color (decimal): -3747215 or 7459526. OLE color: 7459526.

HSL color Cylindrical-coordinate representation of color #C6D271: hue angle of 67.42º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6D271 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB198210113-
CMYK0.0600.460.18
HSL67.42º51.87%63.33%-
HSV(B)67.42º46.19%82.35%-
XYZ49.3259.2924.47-
YUV195.3581.52129.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 210 (82.42% from 255) = 40.31%
BLUE value IS 113 (44.53% from 255) = 21.69%
R=38.00%
G=40.31%
B=21.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982101130.0600.460.1867.4251.8763.33
HexC6D271602E1243343f
Octal3063221616056221036477
Binary110001101101001011100011100101110100101000011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D271; }

 p { color: rgb(198,210,113); }

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

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

 a { background-color: rgb(198,210,113); }

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

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

 span { border-color: rgb(198,210,113); }

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