Html Css Color HEX #C2C530 Fuego

📋 copy color: '#C2C530'

red 194 ◦ green 197 ◦ blue 48

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

Shades of Fuego #C2C530

Tints of Fuego #C2C530

RGB

 RED value IS 194 (76.17% from 255) = 44.19%

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

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

R = 44.19%
G = 44.87%
B = 10.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C2C530 (or 0xC2C530) is known color: Fuego. HEX triplet: C2, C5 and 30. RGB value is (194,197,48). Sum of RGB (Red+Green+Blue) = 194+197+48=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 48 (19.14% from 255 or 10.93% from 439); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C530 is #3D3ACF. Grayscale: #B3B3B3. Windows color (decimal): -4012752 or 3196354. OLE color: 3196354.

HSL color Cylindrical-coordinate representation of color #C2C530: hue angle of 61.21º 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 #C2C530 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 48 -
CMYK 0.02 0 0.76 0.23
HSL 61.21º 0.61% 0.48% -
HSV(B) 61.21º 0.76% 0.77% -
XYZ 42.75 51.62 10.51 -
YUV 179.12 54.01 138.62 -
System Red Green Blue C M Y K H S L
Decimal 194 197 48 0.02 0 0.76 0.23 61.21 0.61 0.48
Hex C2 C5 30 2 0 4C 17 3D 3D 30
Octal 302 305 60 2 0 114 27 75 75 60
Binary 11000010 11000101 110000 10 0 1001100 10111 111101 111101 110000

Color Harmonies of #C2C530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C530

Black with #C2C530

Text Example


Text Example

White with #C2C530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C530; }

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

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

background-color css

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

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

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

border-color css

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

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

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