#C4BC1A

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

Shades of Bird Flower #C4BC1A

Tints of Bird Flower #C4BC1A

Color information

#C4BC1A (or 0xC4BC1A) is unknown color: approx Bird Flower. HEX triplet: C4, BC and 1A. RGB value is (196,188,26). Sum of RGB (Red+Green+Blue) = 196+188+26=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC1A is #3B43E5. Grayscale: #ACACAC. Windows color (decimal): -3884006 or 1752260. OLE color: 1752260.

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

Color convert

RGB19618826-
CMYK00.040.870.23
HSL57.18º76.58%43.53%-
HSV(B)57.18º86.73%76.86%-
XYZ40.9347.788.04-
YUV171.9245.65145.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.80%
GREEN value IS 188 (73.83% from 255) = 45.85%
BLUE value IS 26 (10.55% from 255) = 6.34%
R=47.80%
G=45.85%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961882600.040.870.2357.1876.5843.53
HexC4BC1A045717394d2c
Octal3042743204127277111554
Binary11000100101111001101001001010111101111110011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC1A; }

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

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

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

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

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

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

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

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