#C5C835

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

Shades of Fuego #C5C835

Tints of Fuego #C5C835

Color information

#C5C835 (or 0xC5C835) is unknown color: approx Fuego. HEX triplet: C5, C8 and 35. RGB value is (197,200,53). Sum of RGB (Red+Green+Blue) = 197+200+53=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C835 is #3A37CA. Grayscale: #B6B6B6. Windows color (decimal): -3815371 or 3524805. OLE color: 3524805.

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

Color convert

RGB19720053-
CMYK0.0200.740.22
HSL61.22º58.1%49.61%-
HSV(B)61.22º73.5%78.43%-
XYZ44.3253.4411.35-
YUV182.3455.01138.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.78%
GREEN value IS 200 (78.52% from 255) = 44.44%
BLUE value IS 53 (21.09% from 255) = 11.78%
R=43.78%
G=44.44%
B=11.78%

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
Decimal197200530.0200.740.2261.2258.149.61
HexC5C835204A163d3a32
Octal305310652011226757262
Binary1100010111001000110101100100101010110111101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C835; }

 p { color: rgb(197,200,53); }

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

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

 a { background-color: rgb(197,200,53); }

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

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

 span { border-color: rgb(197,200,53); }

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