#C9BF0A

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

Shades of Bird Flower #C9BF0A

Tints of Bird Flower #C9BF0A

Color information

#C9BF0A (or 0xC9BF0A) is unknown color: approx Bird Flower. HEX triplet: C9, BF and 0A. RGB value is (201,191,10). Sum of RGB (Red+Green+Blue) = 201+191+10=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 10 (4.30% from 255 or 2.49% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BF0A is #3640F5. Grayscale: #AEAEAE. Windows color (decimal): -3555574 or 704457. OLE color: 704457.

HSL color Cylindrical-coordinate representation of color #C9BF0A: hue angle of 56.86º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9BF0A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB20119110-
CMYK00.050.950.21
HSL56.86º90.52%41.37%-
HSV(B)56.86º95.02%78.82%-
XYZ42.7749.77.63-
YUV173.3635.81147.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 10 (4.30% from 255) = 2.49%
R=50%
G=47.51%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011911000.050.950.2156.8690.5241.37
HexC9BFA055F15395b29
Octal3112771205137257113351
Binary1100100110111111101001011011111101011110011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BF0A; }

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

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

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

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

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

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

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

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