Html Css Color HEX #C4C530 Fuego

📋 copy color: '#C4C530'

red 196 ◦ green 197 ◦ blue 48

#C4C530
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #C4C530

Tints of Fuego #C4C530

RGB

 RED value IS 196 (76.95% from 255) = 44.44%

 GREEN value IS 197 (77.34% from 255) = 44.67%

 BLUE value IS 48 (19.14% from 255) = 10.88%

R = 44.44%
G = 44.67%
B = 10.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4C530 (or 0xC4C530) is known color: Fuego. HEX triplet: C4, C5 and 30. RGB value is (196,197,48). Sum of RGB (Red+Green+Blue) = 196+197+48=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 48 (19.14% from 255 or 10.88% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C530 is #3B3ACF. Grayscale: #B4B4B4. Windows color (decimal): -3881680 or 3196356. OLE color: 3196356.

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

Color convert

RGB 196 197 48 -
CMYK 0.01 0 0.76 0.23
HSL 60.4º 0.61% 0.48% -
HSV(B) 60.4º 0.76% 0.77% -
XYZ 43.26 51.88 10.53 -
YUV 179.72 53.67 139.62 -
System Red Green Blue C M Y K H S L
Decimal 196 197 48 0.01 0 0.76 0.23 60.4 0.61 0.48
Hex C4 C5 30 1 0 4C 17 3C 3D 30
Octal 304 305 60 1 0 114 27 74 75 60
Binary 11000100 11000101 110000 1 0 1001100 10111 111100 111101 110000

Color Harmonies of #C4C530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C530

Black with #C4C530

Text Example


Text Example

White with #C4C530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C530; }

 p { color: rgb(196,197,48); }

 H1.HeaderClassName
 {
   color: #C4C530;
 }
 .AnyTagClassName
 {
   color: #C4C530;
 }
</style>

background-color css

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

 a { background-color: rgb(196,197,48); }

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

border-color css

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

 span { border-color: rgb(196,197,48); }

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