#C5BD77

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

Shades of Yuma #C5BD77

Tints of Yuma #C5BD77

Color information

#C5BD77 (or 0xC5BD77) is unknown color: approx Yuma. HEX triplet: C5, BD and 77. RGB value is (197,189,119). Sum of RGB (Red+Green+Blue) = 197+189+119=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BD77 is #3A4288. Grayscale: #B7B7B7. Windows color (decimal): -3818121 or 7847365. OLE color: 7847365.

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

Color convert

RGB197189119-
CMYK00.040.400.23
HSL53.85º40.21%61.96%-
HSV(B)53.85º39.59%77.25%-
XYZ44.5549.624.68-
YUV183.4191.65137.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 189 (74.22% from 255) = 37.43%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=39.01%
G=37.43%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718911900.040.400.2353.8540.2161.96
HexC5BD7704281736283e
Octal305275167045027665076
Binary11000101101111011110111010010100010111110110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD77; }

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

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

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

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

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

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

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

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