#C9B922

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

Shades of Bird Flower #C9B922

Tints of Bird Flower #C9B922

Color information

#C9B922 (or 0xC9B922) is unknown color: approx Bird Flower. HEX triplet: C9, B9 and 22. RGB value is (201,185,34). Sum of RGB (Red+Green+Blue) = 201+185+34=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 185 (72.66% from 255 or 44.05% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B922 is #3646DD. Grayscale: #ADADAD. Windows color (decimal): -3557086 or 2275785. OLE color: 2275785.

HSL color Cylindrical-coordinate representation of color #C9B922: hue angle of 54.25º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9B922 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB20118534-
CMYK00.080.830.21
HSL54.25º71.06%46.08%-
HSV(B)54.25º83.08%78.82%-
XYZ41.7347.238.43-
YUV172.5749.8148.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 185 (72.66% from 255) = 44.05%
BLUE value IS 34 (13.67% from 255) = 8.10%
R=47.86%
G=44.05%
B=8.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011853400.080.830.2154.2571.0646.08
HexC9B92208531536472e
Octal31127142010123256610756
Binary1100100110111001100010010001010011101011101101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B922; }

 p { color: rgb(201,185,34); }

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

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

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

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

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

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

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