#c9d27b

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

Shades of Deco #C9D27B

Tints of Deco #C9D27B

Color information

#C9D27B (or 0xC9D27B) is unknown color: approx Deco. HEX triplet: C9, D2 and 7B. RGB value is (201,210,123). Sum of RGB (Red+Green+Blue) = 201+210+123=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D27B is #362D84. Grayscale: #C5C5C5. Windows color (decimal): -3550597 or 8114889. OLE color: 8114889.

HSL color Cylindrical-coordinate representation of color #C9D27B: hue angle of 66.21º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9D27B is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB201210123-
CMYK0.0400.410.18
HSL66.21º49.15%65.29%-
HSV(B)66.21º41.43%82.35%-
XYZ50.7159.9427.64-
YUV197.3986.02130.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 123 (48.44% from 255) = 23.03%
R=37.64%
G=39.33%
B=23.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2012101230.0400.410.1866.2149.1565.29
HexC9D27B402912423141
Octal31132217340512210261101
Binary1100100111010010111101110001010011001010000101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9d27b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9d27b; }

 p { color: rgb(201,210,123); }

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

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

 a { background-color: rgb(201,210,123); }

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

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

 span { border-color: rgb(201,210,123); }

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