#c4c82d

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

Shades of Fuego #C4C82D

Tints of Fuego #C4C82D

Color information

#C4C82D (or 0xC4C82D) is unknown color: approx Fuego. HEX triplet: C4, C8 and 2D. RGB value is (196,200,45). Sum of RGB (Red+Green+Blue) = 196+200+45=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C82D is #3B37D2. Grayscale: #B5B5B5. Windows color (decimal): -3880915 or 3000516. OLE color: 3000516.

HSL color Cylindrical-coordinate representation of color #C4C82D: hue angle of 61.55º degrees, saturation: 0.63, 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 #C4C82D is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB19620045-
CMYK0.0200.780.22
HSL61.55º63.27%48.04%-
HSV(B)61.55º77.5%78.43%-
XYZ43.8953.2310.44-
YUV181.1351.17138.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.44%
GREEN value IS 200 (78.52% from 255) = 45.35%
BLUE value IS 45 (17.97% from 255) = 10.20%
R=44.44%
G=45.35%
B=10.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196200450.0200.780.2261.5563.2748.04
HexC4C82D204E163e3f30
Octal304310552011626767760
Binary1100010011001000101101100100111010110111110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4c82d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4c82d; }

 p { color: rgb(196,200,45); }

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

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

 a { background-color: rgb(196,200,45); }

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

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

 span { border-color: rgb(196,200,45); }

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