#C5D48A

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

Shades of Deco #C5D48A

Tints of Deco #C5D48A

Color information

#C5D48A (or 0xC5D48A) is unknown color: approx Deco. HEX triplet: C5, D4 and 8A. RGB value is (197,212,138). Sum of RGB (Red+Green+Blue) = 197+212+138=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D48A is #3A2B75. Grayscale: #C7C7C7. Windows color (decimal): -3812214 or 9098437. OLE color: 9098437.

HSL color Cylindrical-coordinate representation of color #C5D48A: hue angle of 72.16º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5D48A is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB197212138-
CMYK0.0700.350.17
HSL72.16º46.25%68.63%-
HSV(B)72.16º34.91%83.14%-
XYZ51.1660.7933.08-
YUV199.0893.53126.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 212 (83.20% from 255) = 38.76%
BLUE value IS 138 (54.30% from 255) = 25.23%
R=36.01%
G=38.76%
B=25.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972121380.0700.350.1772.1646.2568.63
HexC5D48A702311482e45
Octal30532421270432111056105
Binary11000101110101001000101011101000111000110010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D48A; }

 p { color: rgb(197,212,138); }

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

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

 a { background-color: rgb(197,212,138); }

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

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

 span { border-color: rgb(197,212,138); }

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