#C9B01B

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

Shades of Bird Flower #C9B01B

Tints of Bird Flower #C9B01B

Color information

#C9B01B (or 0xC9B01B) is unknown color: approx Bird Flower. HEX triplet: C9, B0 and 1B. RGB value is (201,176,27). Sum of RGB (Red+Green+Blue) = 201+176+27=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B01B is #364FE4. Grayscale: #A7A7A7. Windows color (decimal): -3559397 or 1814729. OLE color: 1814729.

HSL color Cylindrical-coordinate representation of color #C9B01B: hue angle of 51.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9B01B is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB20117627-
CMYK00.120.870.21
HSL51.38º76.32%44.71%-
HSV(B)51.38º86.57%78.82%-
XYZ39.8143.557.34-
YUV166.4949.28152.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.75%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 27 (10.94% from 255) = 6.68%
R=49.75%
G=43.56%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011762700.120.870.2151.3876.3244.71
HexC9B01B0C5715334c2d
Octal31126033014127256311455
Binary110010011011000011011011001010111101011100111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B01B; }

 p { color: rgb(201,176,27); }

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

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

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

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

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

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

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