Html Css Color HEX #C6D726 Fuego

📋 copy color: '#C6D726'

red 198 ◦ green 215 ◦ blue 38

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

Shades of Fuego #C6D726

Tints of Fuego #C6D726

RGB

 RED value IS 198 (77.73% from 255) = 43.9%

 GREEN value IS 215 (84.38% from 255) = 47.67%

 BLUE value IS 38 (15.23% from 255) = 8.43%

R = 43.9%
G = 47.67%
B = 8.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#C6D726 (or 0xC6D726) is known color: Fuego. HEX triplet: C6, D7 and 26. RGB value is (198,215,38). Sum of RGB (Red+Green+Blue) = 198+215+38=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 38 (15.23% from 255 or 8.43% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D726 is #3928D9. Grayscale: #BEBEBE. Windows color (decimal): -3746010 or 2545606. OLE color: 2545606.

HSL color Cylindrical-coordinate representation of color #C6D726: hue angle of 65.76º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6D726 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 215 38 -
CMYK 0.08 0 0.82 0.16
HSL 65.76º 0.7% 0.5% -
HSV(B) 65.76º 0.82% 0.84% -
XYZ 47.94 60.75 11.03 -
YUV 189.74 42.37 133.89 -
System Red Green Blue C M Y K H S L
Decimal 198 215 38 0.08 0 0.82 0.16 65.76 0.7 0.5
Hex C6 D7 26 8 0 52 10 42 46 32
Octal 306 327 46 10 0 122 20 102 106 62
Binary 11000110 11010111 100110 1000 0 1010010 10000 1000010 1000110 110010

Color Harmonies of #C6D726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D726

Black with #C6D726

Text Example


Text Example

White with #C6D726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D726; }

 p { color: rgb(198,215,38); }

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

background-color css

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

 a { background-color: rgb(198,215,38); }

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

border-color css

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

 span { border-color: rgb(198,215,38); }

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