#C6D326

Color #C6D326 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #C6D326

Tints of Fuego #C6D326

Color information

#C6D326 (or 0xC6D326) is unknown color: approx Fuego. HEX triplet: C6, D3 and 26. RGB value is (198,211,38). Sum of RGB (Red+Green+Blue) = 198+211+38=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 38 (15.23% from 255 or 8.50% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D326 is #392CD9. Grayscale: #BCBCBC. Windows color (decimal): -3747034 or 2544582. OLE color: 2544582.

HSL color Cylindrical-coordinate representation of color #C6D326: hue angle of 64.51º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6D326 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB19821138-
CMYK0.0600.820.17
HSL64.51º69.48%48.82%-
HSV(B)64.51º81.99%82.75%-
XYZ46.9358.7310.7-
YUV187.3943.69135.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 211 (82.81% from 255) = 47.20%
BLUE value IS 38 (15.23% from 255) = 8.50%
R=44.30%
G=47.20%
B=8.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198211380.0600.820.1764.5169.4848.82
HexC6D326605211414531
Octal30632346601222110110561
Binary1100011011010011100110110010100101000110000011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D326; }

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

 H1.HeaderClassName
 {
   color: #C6D326;
 }
 .AnyTagClassName
 {
   color: #C6D326;
 }
</style>
background-color css

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

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

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

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

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

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