#C9D130

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

Shades of Fuego #C9D130

Tints of Fuego #C9D130

Color information

#C9D130 (or 0xC9D130) is unknown color: approx Fuego. HEX triplet: C9, D1 and 30. RGB value is (201,209,48). Sum of RGB (Red+Green+Blue) = 201+209+48=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D130 is #362ECF. Grayscale: #BCBCBC. Windows color (decimal): -3550928 or 3199433. OLE color: 3199433.

HSL color Cylindrical-coordinate representation of color #C9D130: hue angle of 62.98º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9D130 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB20120948-
CMYK0.0400.770.18
HSL62.98º63.64%50.39%-
HSV(B)62.98º77.03%81.96%-
XYZ47.4258.2311.54-
YUV188.2548.85137.09-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.89%
GREEN value IS 209 (82.03% from 255) = 45.63%
BLUE value IS 48 (19.14% from 255) = 10.48%
R=43.89%
G=45.63%
B=10.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201209480.0400.770.1862.9863.6450.39
HexC9D130404D123f4032
Octal3113216040115227710062
Binary110010011101000111000010001001101100101111111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D130; }

 p { color: rgb(201,209,48); }

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

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

 a { background-color: rgb(201,209,48); }

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

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

 span { border-color: rgb(201,209,48); }

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