Html Css Color HEX #C4CA2E Fuego

📋 copy color: '#C4CA2E'

red 196 ◦ green 202 ◦ blue 46

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

Shades of Fuego #C4CA2E

Tints of Fuego #C4CA2E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.5%

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

R = 44.14%
G = 45.5%
B = 10.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C4CA2E (or 0xC4CA2E) is known color: Fuego. HEX triplet: C4, CA and 2E. RGB value is (196,202,46). Sum of RGB (Red+Green+Blue) = 196+202+46=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CA2E is #3B35D1. Grayscale: #B7B7B7. Windows color (decimal): -3880402 or 3066564. OLE color: 3066564.

HSL color Cylindrical-coordinate representation of color #C4CA2E: hue angle of 62.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4CA2E is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 46 -
CMYK 0.03 0 0.77 0.21
HSL 62.31º 0.63% 0.49% -
HSV(B) 62.31º 0.77% 0.79% -
XYZ 44.38 54.17 10.7 -
YUV 182.42 51.01 137.68 -
System Red Green Blue C M Y K H S L
Decimal 196 202 46 0.03 0 0.77 0.21 62.31 0.63 0.49
Hex C4 CA 2E 3 0 4D 15 3E 3F 31
Octal 304 312 56 3 0 115 25 76 77 61
Binary 11000100 11001010 101110 11 0 1001101 10101 111110 111111 110001

Color Harmonies of #C4CA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CA2E

Black with #C4CA2E

Text Example


Text Example

White with #C4CA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CA2E; }

 p { color: rgb(196,202,46); }

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

background-color css

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

 a { background-color: rgb(196,202,46); }

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

border-color css

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

 span { border-color: rgb(196,202,46); }

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