#C2D273

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

Shades of Deco #C2D273

Tints of Deco #C2D273

Color information

#C2D273 (or 0xC2D273) is unknown color: approx Deco. HEX triplet: C2, D2 and 73. RGB value is (194,210,115). Sum of RGB (Red+Green+Blue) = 194+210+115=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D273 is #3D2D8C. Grayscale: #C2C2C2. Windows color (decimal): -4009357 or 7590594. OLE color: 7590594.

HSL color Cylindrical-coordinate representation of color #C2D273: hue angle of 70.11º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2D273 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB194210115-
CMYK0.0800.450.18
HSL70.11º51.35%63.73%-
HSV(B)70.11º45.24%82.35%-
XYZ48.3958.825.02-
YUV194.3983.2127.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 210 (82.42% from 255) = 40.46%
BLUE value IS 115 (45.31% from 255) = 22.16%
R=37.38%
G=40.46%
B=22.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942101150.0800.450.1870.1151.3563.73
HexC2D273802D12463340
Octal302322163100552210663100
Binary11000010110100101110011100001011011001010001101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D273; }

 p { color: rgb(194,210,115); }

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

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

 a { background-color: rgb(194,210,115); }

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

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

 span { border-color: rgb(194,210,115); }

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