#C9C910

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

Shades of Bird Flower #C9C910

Tints of Bird Flower #C9C910

Color information

#C9C910 (or 0xC9C910) is unknown color: approx Bird Flower. HEX triplet: C9, C9 and 10. RGB value is (201,201,16). Sum of RGB (Red+Green+Blue) = 201+201+16=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 201 - color contains mainly: red, green. Hex color #C9C910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C910 is #3636EF. Grayscale: #B4B4B4. Windows color (decimal): -3553008 or 1100233. OLE color: 1100233.

HSL color Cylindrical-coordinate representation of color #C9C910: hue angle of 60º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9C910 is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB20120116-
CMYK000.920.21
HSL60º85.25%42.55%-
HSV(B)60º92.04%78.82%-
XYZ45.0754.238.58-
YUV179.9135.5143.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 201 (78.91% from 255) = 48.09%
BLUE value IS 16 (6.64% from 255) = 3.83%
R=48.09%
G=48.09%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20120116000.920.216085.2542.55
HexC9C910005C153c552b
Octal3113112000134257412553
Binary110010011100100110000001011100101011111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C910; }

 p { color: rgb(201,201,16); }

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

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

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

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

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

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

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