#C1BA1C

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

Shades of Bird Flower #C1BA1C

Tints of Bird Flower #C1BA1C

Color information

#C1BA1C (or 0xC1BA1C) is unknown color: approx Bird Flower. HEX triplet: C1, BA and 1C. RGB value is (193,186,28). Sum of RGB (Red+Green+Blue) = 193+186+28=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA1C is #3E45E3. Grayscale: #AAAAAA. Windows color (decimal): -4081124 or 1882817. OLE color: 1882817.

HSL color Cylindrical-coordinate representation of color #C1BA1C: hue angle of 57.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1BA1C is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB19318628-
CMYK00.040.850.24
HSL57.45º74.66%43.33%-
HSV(B)57.45º85.49%75.69%-
XYZ39.7646.547.99-
YUV170.0847.82144.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 28 (11.33% from 255) = 6.88%
R=47.42%
G=45.70%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931862800.040.850.2457.4574.6643.33
HexC1BA1C045518394b2b
Octal3012723404125307111353
Binary11000001101110101110001001010101110001110011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA1C; }

 p { color: rgb(193,186,28); }

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

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

 a { background-color: rgb(193,186,28); }

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

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

 span { border-color: rgb(193,186,28); }

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