#C9BB19

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

Shades of Bird Flower #C9BB19

Tints of Bird Flower #C9BB19

Color information

#C9BB19 (or 0xC9BB19) is unknown color: approx Bird Flower. HEX triplet: C9, BB and 19. RGB value is (201,187,25). Sum of RGB (Red+Green+Blue) = 201+187+25=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BB19 is #3644E6. Grayscale: #ADADAD. Windows color (decimal): -3556583 or 1686473. OLE color: 1686473.

HSL color Cylindrical-coordinate representation of color #C9BB19: hue angle of 55.23º 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 #C9BB19 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB20118725-
CMYK00.070.880.21
HSL55.23º77.88%44.31%-
HSV(B)55.23º87.56%78.82%-
XYZ42.0348.037.97-
YUV172.7244.64148.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 187 (73.44% from 255) = 45.28%
BLUE value IS 25 (10.16% from 255) = 6.05%
R=48.67%
G=45.28%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011872500.070.880.2155.2377.8844.31
HexC9BB19075815374e2c
Octal3112733107130256711654
Binary11001001101110111100101111011000101011101111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB19; }

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

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

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

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

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

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

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

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