#CAD194

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

Shades of Deco #CAD194

Tints of Deco #CAD194

Color information

#CAD194 (or 0xCAD194) is unknown color: approx Deco. HEX triplet: CA, D1 and 94. RGB value is (202,209,148). Sum of RGB (Red+Green+Blue) = 202+209+148=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD194 is #352E6B. Grayscale: #C8C8C8. Windows color (decimal): -3485292 or 9753034. OLE color: 9753034.

HSL color Cylindrical-coordinate representation of color #CAD194: hue angle of 66.89º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAD194 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB202209148-
CMYK0.0300.290.18
HSL66.89º39.87%70%-
HSV(B)66.89º29.19%81.96%-
XYZ52.560.336.89-
YUV199.9598.68129.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 209 (82.03% from 255) = 37.39%
BLUE value IS 148 (58.20% from 255) = 26.48%
R=36.14%
G=37.39%
B=26.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091480.0300.290.1866.8939.8770
HexCAD194301D12432846
Octal31232122430352210350106
Binary110010101101000110010100110111011001010000111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD194; }

 p { color: rgb(202,209,148); }

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

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

 a { background-color: rgb(202,209,148); }

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

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

 span { border-color: rgb(202,209,148); }

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