#C9BB0C

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

Shades of Bird Flower #C9BB0C

Tints of Bird Flower #C9BB0C

Color information

#C9BB0C (or 0xC9BB0C) is unknown color: approx Bird Flower. HEX triplet: C9, BB and 0C. RGB value is (201,187,12). Sum of RGB (Red+Green+Blue) = 201+187+12=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BB0C is #3644F3. Grayscale: #ABABAB. Windows color (decimal): -3556596 or 834505. OLE color: 834505.

HSL color Cylindrical-coordinate representation of color #C9BB0C: hue angle of 55.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9BB0C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB20118712-
CMYK00.070.940.21
HSL55.56º88.73%41.76%-
HSV(B)55.56º94.03%78.82%-
XYZ41.9247.987.4-
YUV171.2438.14149.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.25%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 12 (5.08% from 255) = 3%
R=50.25%
G=46.75%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011871200.070.940.2155.5688.7341.76
HexC9BBC075E1538592a
Octal3112731407136257013152
Binary1100100110111011110001111011110101011110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB0C; }

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

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

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

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

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

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

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

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