#C9BF19

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

Shades of Bird Flower #C9BF19

Tints of Bird Flower #C9BF19

Color information

#C9BF19 (or 0xC9BF19) is unknown color: approx Bird Flower. HEX triplet: C9, BF and 19. RGB value is (201,191,25). Sum of RGB (Red+Green+Blue) = 201+191+25=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BF19 is #3640E6. Grayscale: #AFAFAF. Windows color (decimal): -3555559 or 1687497. OLE color: 1687497.

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

Color convert

RGB20119125-
CMYK00.050.880.21
HSL56.59º77.88%44.31%-
HSV(B)56.59º87.56%78.82%-
XYZ42.8949.758.26-
YUV175.0743.31146.5-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 191 (75% from 255) = 45.80%
BLUE value IS 25 (10.16% from 255) = 6.00%
R=48.20%
G=45.80%
B=6.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011912500.050.880.2156.5977.8844.31
HexC9BF19055815394e2c
Octal3112773105130257111654
Binary11001001101111111100101011011000101011110011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BF19; }

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

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

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

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

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

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

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

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