#C4B011

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

Shades of Bird Flower #C4B011

Tints of Bird Flower #C4B011

Color information

#C4B011 (or 0xC4B011) is unknown color: approx Bird Flower. HEX triplet: C4, B0 and 11. RGB value is (196,176,17). Sum of RGB (Red+Green+Blue) = 196+176+17=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 176 (69.14% from 255 or 45.24% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4B011 is #3B4FEE. Grayscale: #A4A4A4. Windows color (decimal): -3887087 or 1159364. OLE color: 1159364.

HSL color Cylindrical-coordinate representation of color #C4B011: hue angle of 53.3º 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 #C4B011 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB19617617-
CMYK00.100.910.23
HSL53.3º84.04%41.76%-
HSV(B)53.3º91.33%76.86%-
XYZ38.3942.836.77-
YUV163.8545.13150.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 176 (69.14% from 255) = 45.24%
BLUE value IS 17 (7.03% from 255) = 4.37%
R=50.39%
G=45.24%
B=4.37%

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
Decimal1961761700.100.910.2353.384.0441.76
HexC4B0110A5B1735542a
Octal30426021012133276512452
Binary110001001011000010001010101011011101111101011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B011; }

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

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

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

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

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

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

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

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