#C9C019

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

Shades of Bird Flower #C9C019

Tints of Bird Flower #C9C019

Color information

#C9C019 (or 0xC9C019) is unknown color: approx Bird Flower. HEX triplet: C9, C0 and 19. RGB value is (201,192,25). Sum of RGB (Red+Green+Blue) = 201+192+25=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C019 is #363FE6. Grayscale: #B0B0B0. Windows color (decimal): -3555303 or 1687753. OLE color: 1687753.

HSL color Cylindrical-coordinate representation of color #C9C019: hue angle of 56.93º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9C019 is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB20119225-
CMYK00.040.880.21
HSL56.93º77.88%44.31%-
HSV(B)56.93º87.56%78.82%-
XYZ43.1150.198.33-
YUV175.6542.98146.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 25 (10.16% from 255) = 5.98%
R=48.09%
G=45.93%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011922500.040.880.2156.9377.8844.31
HexC9C019045815394e2c
Octal3113003104130257111654
Binary11001001110000001100101001011000101011110011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C019; }

 p { color: rgb(201,192,25); }

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

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

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

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

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

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

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