#C9B525

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

Shades of Bird Flower #C9B525

Tints of Bird Flower #C9B525

Color information

#C9B525 (or 0xC9B525) is unknown color: approx Bird Flower. HEX triplet: C9, B5 and 25. RGB value is (201,181,37). Sum of RGB (Red+Green+Blue) = 201+181+37=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B525 is #364ADA. Grayscale: #ABABAB. Windows color (decimal): -3558107 or 2471369. OLE color: 2471369.

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

Color convert

RGB20118137-
CMYK00.100.820.21
HSL52.68º68.91%46.67%-
HSV(B)52.68º81.59%78.82%-
XYZ40.9545.68.39-
YUV170.5652.63149.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 181 (71.09% from 255) = 43.20%
BLUE value IS 37 (14.84% from 255) = 8.83%
R=47.97%
G=43.20%
B=8.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011813700.100.820.2152.6868.9146.67
HexC9B5250A521535452f
Octal31126545012122256510557
Binary1100100110110101100101010101010010101011101011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B525; }

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

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

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

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

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

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

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

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