#C5D28B

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

Shades of Deco #C5D28B

Tints of Deco #C5D28B

Color information

#C5D28B (or 0xC5D28B) is unknown color: approx Deco. HEX triplet: C5, D2 and 8B. RGB value is (197,210,139). Sum of RGB (Red+Green+Blue) = 197+210+139=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D28B is #3A2D74. Grayscale: #C6C6C6. Windows color (decimal): -3812725 or 9163461. OLE color: 9163461.

HSL color Cylindrical-coordinate representation of color #C5D28B: hue angle of 70.99º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5D28B is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB197210139-
CMYK0.0600.340.18
HSL70.99º44.1%68.43%-
HSV(B)70.99º33.81%82.35%-
XYZ50.7359.8333.3-
YUV198.0294.69127.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 210 (82.42% from 255) = 38.46%
BLUE value IS 139 (54.69% from 255) = 25.46%
R=36.08%
G=38.46%
B=25.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972101390.0600.340.1870.9944.168.43
HexC5D28B602212472c44
Octal30532221360422210754104
Binary11000101110100101000101111001000101001010001111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D28B; }

 p { color: rgb(197,210,139); }

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

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

 a { background-color: rgb(197,210,139); }

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

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

 span { border-color: rgb(197,210,139); }

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