#C9D530

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

Shades of Fuego #C9D530

Tints of Fuego #C9D530

Color information

#C9D530 (or 0xC9D530) is unknown color: approx Fuego. HEX triplet: C9, D5 and 30. RGB value is (201,213,48). Sum of RGB (Red+Green+Blue) = 201+213+48=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D530 is #362ACF. Grayscale: #BFBFBF. Windows color (decimal): -3549904 or 3200457. OLE color: 3200457.

HSL color Cylindrical-coordinate representation of color #C9D530: hue angle of 64.36º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9D530 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB20121348-
CMYK0.0600.770.16
HSL64.36º66.27%51.18%-
HSV(B)64.36º77.46%83.53%-
XYZ48.4260.2211.87-
YUV190.647.52135.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.51%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 48 (19.14% from 255) = 10.39%
R=43.51%
G=46.10%
B=10.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201213480.0600.770.1664.3666.2751.18
HexC9D530604D10404233
Octal31132560601152010010263
Binary1100100111010101110000110010011011000010000001000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D530; }

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

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

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

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

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

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

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

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