#C1D48A

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

Shades of Deco #C1D48A

Tints of Deco #C1D48A

Color information

#C1D48A (or 0xC1D48A) is unknown color: approx Deco. HEX triplet: C1, D4 and 8A. RGB value is (193,212,138). Sum of RGB (Red+Green+Blue) = 193+212+138=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D48A is #3E2B75. Grayscale: #C6C6C6. Windows color (decimal): -4074358 or 9098433. OLE color: 9098433.

HSL color Cylindrical-coordinate representation of color #C1D48A: hue angle of 75.41º 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 #C1D48A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB193212138-
CMYK0.0900.350.17
HSL75.41º46.25%68.63%-
HSV(B)75.41º34.91%83.14%-
XYZ50.1260.2633.03-
YUV197.8894.21124.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.54%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 138 (54.30% from 255) = 25.41%
R=35.54%
G=39.04%
B=25.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1932121380.0900.350.1775.4146.2568.63
HexC1D48A9023114b2e45
Octal301324212110432111356105
Binary110000011101010010001010100101000111000110010111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D48A; }

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

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

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

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

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

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

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

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