#C9B50A

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

Shades of Bird Flower #C9B50A

Tints of Bird Flower #C9B50A

Color information

#C9B50A (or 0xC9B50A) is unknown color: approx Bird Flower. HEX triplet: C9, B5 and 0A. RGB value is (201,181,10). Sum of RGB (Red+Green+Blue) = 201+181+10=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9B50A is #364AF5. Grayscale: #A8A8A8. Windows color (decimal): -3558134 or 701897. OLE color: 701897.

HSL color Cylindrical-coordinate representation of color #C9B50A: hue angle of 53.72º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9B50A is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB20118110-
CMYK00.100.950.21
HSL53.72º90.52%41.37%-
HSV(B)53.72º95.02%78.82%-
XYZ40.6745.496.92-
YUV167.4939.13151.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 51.28%
GREEN value IS 181 (71.09% from 255) = 46.17%
BLUE value IS 10 (4.30% from 255) = 2.55%
R=51.28%
G=46.17%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011811000.100.950.2153.7290.5241.37
HexC9B5A0A5F15365b29
Octal31126512012137256613351
Binary11001001101101011010010101011111101011101101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B50A; }

 p { color: rgb(201,181,10); }

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

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

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

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

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

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

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