#c4c834

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

Shades of Fuego #C4C834

Tints of Fuego #C4C834

Color information

#C4C834 (or 0xC4C834) is unknown color: approx Fuego. HEX triplet: C4, C8 and 34. RGB value is (196,200,52). Sum of RGB (Red+Green+Blue) = 196+200+52=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C834 is #3B37CB. Grayscale: #B6B6B6. Windows color (decimal): -3880908 or 3459268. OLE color: 3459268.

HSL color Cylindrical-coordinate representation of color #C4C834: hue angle of 61.62º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4C834 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB19620052-
CMYK0.0200.740.22
HSL61.62º58.73%49.41%-
HSV(B)61.62º74%78.43%-
XYZ44.0453.2911.21-
YUV181.9354.67138.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 200 (78.52% from 255) = 44.64%
BLUE value IS 52 (20.70% from 255) = 11.61%
R=43.75%
G=44.64%
B=11.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196200520.0200.740.2261.6258.7349.41
HexC4C834204A163e3b31
Octal304310642011226767361
Binary1100010011001000110100100100101010110111110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4c834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4c834; }

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

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

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

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

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

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

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

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