#C9D02C

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

Shades of Fuego #C9D02C

Tints of Fuego #C9D02C

Color information

#C9D02C (or 0xC9D02C) is unknown color: approx Fuego. HEX triplet: C9, D0 and 2C. RGB value is (201,208,44). Sum of RGB (Red+Green+Blue) = 201+208+44=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D02C is #362FD3. Grayscale: #BBBBBB. Windows color (decimal): -3551188 or 2937033. OLE color: 2937033.

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

Color convert

RGB20120844-
CMYK0.0300.790.18
HSL62.56º65.08%49.41%-
HSV(B)62.56º78.85%81.57%-
XYZ47.157.7111.04-
YUV187.2147.18137.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 44 (17.58% from 255) = 9.71%
R=44.37%
G=45.92%
B=9.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal201208440.0300.790.1862.5665.0849.41
HexC9D02C304F123f4131
Octal3113205430117227710161
Binary11001001110100001011001101001111100101111111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D02C; }

 p { color: rgb(201,208,44); }

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

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

 a { background-color: rgb(201,208,44); }

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

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

 span { border-color: rgb(201,208,44); }

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