#C6BE78

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

Shades of Yuma #C6BE78

Tints of Yuma #C6BE78

Color information

#C6BE78 (or 0xC6BE78) is unknown color: approx Yuma. HEX triplet: C6, BE and 78. RGB value is (198,190,120). Sum of RGB (Red+Green+Blue) = 198+190+120=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE78 is #394187. Grayscale: #B8B8B8. Windows color (decimal): -3752328 or 7913158. OLE color: 7913158.

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

Color convert

RGB198190120-
CMYK00.040.390.22
HSL53.85º40.63%62.35%-
HSV(B)53.85º39.39%77.65%-
XYZ45.0950.1925.08-
YUV184.4191.65137.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 190 (74.61% from 255) = 37.40%
BLUE value IS 120 (47.27% from 255) = 23.62%
R=38.98%
G=37.40%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819012000.040.390.2253.8540.6362.35
HexC6BE7804271636293e
Octal306276170044726665176
Binary11000110101111101111000010010011110110110110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BE78; }

 p { color: rgb(198,190,120); }

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

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

 a { background-color: rgb(198,190,120); }

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

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

 span { border-color: rgb(198,190,120); }

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