#C5C62E

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

Shades of Fuego #C5C62E

Tints of Fuego #C5C62E

Color information

#C5C62E (or 0xC5C62E) is unknown color: approx Fuego. HEX triplet: C5, C6 and 2E. RGB value is (197,198,46). Sum of RGB (Red+Green+Blue) = 197+198+46=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C62E is #3A39D1. Grayscale: #B4B4B4. Windows color (decimal): -3815890 or 3065541. OLE color: 3065541.

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

Color convert

RGB19719846-
CMYK0.0100.770.22
HSL60.39º62.3%47.84%-
HSV(B)60.39º76.77%77.65%-
XYZ43.7152.4610.41-
YUV180.3752.17139.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 198 (77.73% from 255) = 44.90%
BLUE value IS 46 (18.36% from 255) = 10.43%
R=44.67%
G=44.90%
B=10.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197198460.0100.770.2260.3962.347.84
HexC5C62E104D163c3e30
Octal305306561011526747660
Binary110001011100011010111010100110110110111100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C62E; }

 p { color: rgb(197,198,46); }

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

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

 a { background-color: rgb(197,198,46); }

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

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

 span { border-color: rgb(197,198,46); }

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