#C9D592

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

Shades of Deco #C9D592

Tints of Deco #C9D592

Color information

#C9D592 (or 0xC9D592) is unknown color: approx Deco. HEX triplet: C9, D5 and 92. RGB value is (201,213,146). Sum of RGB (Red+Green+Blue) = 201+213+146=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D592 is #362A6D. Grayscale: #CACACA. Windows color (decimal): -3549806 or 9622985. OLE color: 9622985.

HSL color Cylindrical-coordinate representation of color #C9D592: hue angle of 70.75º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9D592 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB201213146-
CMYK0.0600.310.16
HSL70.75º44.37%70.39%-
HSV(B)70.75º31.46%83.53%-
XYZ53.0762.0836.38-
YUV201.7796.52127.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.89%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 146 (57.42% from 255) = 26.07%
R=35.89%
G=38.04%
B=26.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2012131460.0600.310.1670.7544.3770.39
HexC9D592601F10472c46
Octal31132522260372010754106
Binary1100100111010101100100101100111111000010001111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D592; }

 p { color: rgb(201,213,146); }

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

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

 a { background-color: rgb(201,213,146); }

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

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

 span { border-color: rgb(201,213,146); }

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