#C4B111

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

Shades of Bird Flower #C4B111

Tints of Bird Flower #C4B111

Color information

#C4B111 (or 0xC4B111) is unknown color: approx Bird Flower. HEX triplet: C4, B1 and 11. RGB value is (196,177,17). Sum of RGB (Red+Green+Blue) = 196+177+17=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B111 is #3B4EEE. Grayscale: #A5A5A5. Windows color (decimal): -3886831 or 1159620. OLE color: 1159620.

HSL color Cylindrical-coordinate representation of color #C4B111: hue angle of 53.63º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4B111 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB19617717-
CMYK00.100.910.23
HSL53.63º84.04%41.76%-
HSV(B)53.63º91.33%76.86%-
XYZ38.5943.226.84-
YUV164.4444.79150.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 177 (69.53% from 255) = 45.38%
BLUE value IS 17 (7.03% from 255) = 4.36%
R=50.26%
G=45.38%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961771700.100.910.2353.6384.0441.76
HexC4B1110A5B1736542a
Octal30426121012133276612452
Binary110001001011000110001010101011011101111101101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B111; }

 p { color: rgb(196,177,17); }

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

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

 a { background-color: rgb(196,177,17); }

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

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

 span { border-color: rgb(196,177,17); }

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