#C5BC79

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

Shades of Yuma #C5BC79

Tints of Yuma #C5BC79

Color information

#C5BC79 (or 0xC5BC79) is unknown color: approx Yuma. HEX triplet: C5, BC and 79. RGB value is (197,188,121). Sum of RGB (Red+Green+Blue) = 197+188+121=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC79 is #3A4386. Grayscale: #B7B7B7. Windows color (decimal): -3818375 or 7978181. OLE color: 7978181.

HSL color Cylindrical-coordinate representation of color #C5BC79: hue angle of 52.89º 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 #C5BC79 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB197188121-
CMYK00.050.390.23
HSL52.89º39.58%62.35%-
HSV(B)52.89º38.58%77.25%-
XYZ44.4649.2225.25-
YUV183.0592.98137.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 121 (47.66% from 255) = 23.91%
R=38.93%
G=37.15%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718812100.050.390.2352.8939.5862.35
HexC5BC7905271735283e
Octal305274171054727655076
Binary11000101101111001111001010110011110111110101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BC79; }

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

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

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

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

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

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

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

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