#C5BD79

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

Shades of Yuma #C5BD79

Tints of Yuma #C5BD79

Color information

#C5BD79 (or 0xC5BD79) is unknown color: approx Yuma. HEX triplet: C5, BD and 79. RGB value is (197,189,121). Sum of RGB (Red+Green+Blue) = 197+189+121=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BD79 is #3A4286. Grayscale: #B7B7B7. Windows color (decimal): -3818119 or 7978437. OLE color: 7978437.

HSL color Cylindrical-coordinate representation of color #C5BD79: hue angle of 53.68º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5BD79 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB197189121-
CMYK00.040.390.23
HSL53.68º39.58%62.35%-
HSV(B)53.68º38.58%77.25%-
XYZ44.6749.6525.32-
YUV183.6492.65137.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 121 (47.66% from 255) = 23.87%
R=38.86%
G=37.28%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718912100.040.390.2353.6839.5862.35
HexC5BD7904271736283e
Octal305275171044727665076
Binary11000101101111011111001010010011110111110110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD79; }

 p { color: rgb(197,189,121); }

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

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

 a { background-color: rgb(197,189,121); }

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

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

 span { border-color: rgb(197,189,121); }

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