#C4B71A

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

Shades of Bird Flower #C4B71A

Tints of Bird Flower #C4B71A

Color information

#C4B71A (or 0xC4B71A) is unknown color: approx Bird Flower. HEX triplet: C4, B7 and 1A. RGB value is (196,183,26). Sum of RGB (Red+Green+Blue) = 196+183+26=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 26 (10.55% from 255 or 6.42% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B71A is #3B48E5. Grayscale: #A9A9A9. Windows color (decimal): -3885286 or 1750980. OLE color: 1750980.

HSL color Cylindrical-coordinate representation of color #C4B71A: hue angle of 55.41º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4B71A is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19618326-
CMYK00.070.870.23
HSL55.41º76.58%43.53%-
HSV(B)55.41º86.73%76.86%-
XYZ39.8845.687.69-
YUV168.9947.31147.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 183 (71.88% from 255) = 45.19%
BLUE value IS 26 (10.55% from 255) = 6.42%
R=48.40%
G=45.19%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961832600.070.870.2355.4176.5843.53
HexC4B71A075717374d2c
Octal3042673207127276711554
Binary11000100101101111101001111010111101111101111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B71A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B71A; }

 p { color: rgb(196,183,26); }

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

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

 a { background-color: rgb(196,183,26); }

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

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

 span { border-color: rgb(196,183,26); }

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