#C5CC32

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

Shades of Fuego #C5CC32

Tints of Fuego #C5CC32

Color information

#C5CC32 (or 0xC5CC32) is unknown color: approx Fuego. HEX triplet: C5, CC and 32. RGB value is (197,204,50). Sum of RGB (Red+Green+Blue) = 197+204+50=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC32 is #3A33CD. Grayscale: #B8B8B8. Windows color (decimal): -3814350 or 3329221. OLE color: 3329221.

HSL color Cylindrical-coordinate representation of color #C5CC32: hue angle of 62.73º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5CC32 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB19720450-
CMYK0.0300.750.2
HSL62.73º60.63%49.8%-
HSV(B)62.73º75.49%80%-
XYZ45.1955.2911.31-
YUV184.3552.18137.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 204 (80.08% from 255) = 45.23%
BLUE value IS 50 (19.92% from 255) = 11.09%
R=43.68%
G=45.23%
B=11.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197204500.0300.750.262.7360.6349.8
HexC5CC32304B143f3d32
Octal305314623011324777562
Binary1100010111001100110010110100101110100111111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CC32; }

 p { color: rgb(197,204,50); }

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

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

 a { background-color: rgb(197,204,50); }

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

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

 span { border-color: rgb(197,204,50); }

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