Html Css Color HEX #C2C52B Fuego

📋 copy color: '#C2C52B'

red 194 ◦ green 197 ◦ blue 43

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

Shades of Fuego #C2C52B

Tints of Fuego #C2C52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.91%

R = 44.7%
G = 45.39%
B = 9.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C2C52B (or 0xC2C52B) is known color: Fuego. HEX triplet: C2, C5 and 2B. RGB value is (194,197,43). Sum of RGB (Red+Green+Blue) = 194+197+43=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 43 (17.19% from 255 or 9.91% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C52B is #3D3AD4. Grayscale: #B3B3B3. Windows color (decimal): -4012757 or 2868674. OLE color: 2868674.

HSL color Cylindrical-coordinate representation of color #C2C52B: hue angle of 61.17º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2C52B is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 43 -
CMYK 0.02 0 0.78 0.23
HSL 61.17º 0.64% 0.47% -
HSV(B) 61.17º 0.78% 0.77% -
XYZ 42.65 51.58 9.99 -
YUV 178.55 51.51 139.02 -
System Red Green Blue C M Y K H S L
Decimal 194 197 43 0.02 0 0.78 0.23 61.17 0.64 0.47
Hex C2 C5 2B 2 0 4E 17 3D 40 2F
Octal 302 305 53 2 0 116 27 75 100 57
Binary 11000010 11000101 101011 10 0 1001110 10111 111101 1000000 101111

Color Harmonies of #C2C52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C52B

Black with #C2C52B

Text Example


Text Example

White with #C2C52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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