#C1D58A

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

Shades of Deco #C1D58A

Tints of Deco #C1D58A

Color information

#C1D58A (or 0xC1D58A) is unknown color: approx Deco. HEX triplet: C1, D5 and 8A. RGB value is (193,213,138). Sum of RGB (Red+Green+Blue) = 193+213+138=544 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.48% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D58A is #3E2A75. Grayscale: #C6C6C6. Windows color (decimal): -4074102 or 9098689. OLE color: 9098689.

HSL color Cylindrical-coordinate representation of color #C1D58A: hue angle of 76º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1D58A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB193213138-
CMYK0.0900.350.16
HSL76º47.17%68.82%-
HSV(B)76º35.21%83.53%-
XYZ50.3760.7633.12-
YUV198.4793.87124.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.48%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 138 (54.30% from 255) = 25.37%
R=35.48%
G=39.15%
B=25.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932131380.0900.350.167647.1768.82
HexC1D58A9023104c2f45
Octal301325212110432011457105
Binary110000011101010110001010100101000111000010011001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D58A; }

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

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

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

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

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

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

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

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