Html Css Color HEX #C5C62E Fuego

📋 copy color: '#C5C62E'

red 197 ◦ green 198 ◦ blue 46

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

Shades of Fuego #C5C62E

Tints of Fuego #C5C62E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.9%

 BLUE value IS 46 (18.36% from 255) = 10.43%

R = 44.67%
G = 44.9%
B = 10.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C5C62E (or 0xC5C62E) is known color: Fuego. HEX triplet: C5, C6 and 2E. RGB value is (197,198,46). Sum of RGB (Red+Green+Blue) = 197+198+46=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #C5C62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C62E is #3A39D1. Grayscale: #B4B4B4. Windows color (decimal): -3815890 or 3065541. OLE color: 3065541.

HSL color Cylindrical-coordinate representation of color #C5C62E: hue angle of 60.39º degrees, saturation: 0.62, 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 #C5C62E is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 198 46 -
CMYK 0.01 0 0.77 0.22
HSL 60.39º 0.62% 0.48% -
HSV(B) 60.39º 0.77% 0.78% -
XYZ 43.71 52.46 10.41 -
YUV 180.37 52.17 139.86 -
System Red Green Blue C M Y K H S L
Decimal 197 198 46 0.01 0 0.77 0.22 60.39 0.62 0.48
Hex C5 C6 2E 1 0 4D 16 3C 3E 30
Octal 305 306 56 1 0 115 26 74 76 60
Binary 11000101 11000110 101110 1 0 1001101 10110 111100 111110 110000

Color Harmonies of #C5C62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C62E

Black with #C5C62E

Text Example


Text Example

White with #C5C62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C62E; }

 p { color: rgb(197,198,46); }

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

background-color css

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

 a { background-color: rgb(197,198,46); }

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

border-color css

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

 span { border-color: rgb(197,198,46); }

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