#C9DB7E

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

Shades of Deco #C9DB7E

Tints of Deco #C9DB7E

Color information

#C9DB7E (or 0xC9DB7E) is unknown color: approx Deco. HEX triplet: C9, DB and 7E. RGB value is (201,219,126). Sum of RGB (Red+Green+Blue) = 201+219+126=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB7E is #362481. Grayscale: #CBCBCB. Windows color (decimal): -3548290 or 8313801. OLE color: 8313801.

HSL color Cylindrical-coordinate representation of color #C9DB7E: hue angle of 71.61º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C9DB7E is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB201219126-
CMYK0.0800.420.14
HSL71.61º56.36%67.65%-
HSV(B)71.61º42.47%85.88%-
XYZ53.1864.5929.4-
YUV203.0284.54126.56-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 126 (49.61% from 255) = 23.08%
R=36.81%
G=40.11%
B=23.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2012191260.0800.420.1471.6156.3667.65
HexC9DB7E802AE483844
Octal311333176100521611070104
Binary1100100111011011111111010000101010111010010001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9DB7E; }

 p { color: rgb(201,219,126); }

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

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

 a { background-color: rgb(201,219,126); }

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

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

 span { border-color: rgb(201,219,126); }

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