Html Css Color HEX #C2C73B Fuego

📋 copy color: '#C2C73B'

red 194 ◦ green 199 ◦ blue 59

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

Shades of Fuego #C2C73B

Tints of Fuego #C2C73B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.03%

 BLUE value IS 59 (23.44% from 255) = 13.05%

R = 42.92%
G = 44.03%
B = 13.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C2C73B (or 0xC2C73B) is known color: Fuego. HEX triplet: C2, C7 and 3B. RGB value is (194,199,59). Sum of RGB (Red+Green+Blue) = 194+199+59=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 59 (23.44% from 255 or 13.05% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C73B is #3D38C4. Grayscale: #B6B6B6. Windows color (decimal): -4012229 or 3917762. OLE color: 3917762.

HSL color Cylindrical-coordinate representation of color #C2C73B: hue angle of 62.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2C73B is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 194 199 59 -
CMYK 0.03 0 0.70 0.22
HSL 62.14º 0.56% 0.51% -
HSV(B) 62.14º 0.7% 0.78% -
XYZ 43.46 52.63 12.01 -
YUV 181.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 194 199 59 0.03 0 0.70 0.22 62.14 0.56 0.51
Hex C2 C7 3B 3 0 46 16 3E 38 33
Octal 302 307 73 3 0 106 26 76 70 63
Binary 11000010 11000111 111011 11 0 1000110 10110 111110 111000 110011

Color Harmonies of #C2C73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C73B

Black with #C2C73B

Text Example


Text Example

White with #C2C73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C73B; }

 p { color: rgb(194,199,59); }

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

background-color css

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

 a { background-color: rgb(194,199,59); }

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

border-color css

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

 span { border-color: rgb(194,199,59); }

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