#BAC41A

Color #BAC41A Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BAC41A

Tints of Rio Grande #BAC41A

Color information

#BAC41A (or 0xBAC41A) is unknown color: approx Rio Grande. HEX triplet: BA, C4 and 1A. RGB value is (186,196,26). Sum of RGB (Red+Green+Blue) = 186+196+26=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC41A is #453BE5. Grayscale: #AEAEAE. Windows color (decimal): -4537318 or 1754298. OLE color: 1754298.

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

Color convert

RGB18619626-
CMYK0.0500.870.23
HSL63.53º76.58%43.53%-
HSV(B)63.53º86.73%76.86%-
XYZ40.1849.998.51-
YUV173.6344.69136.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 196 (76.95% from 255) = 48.04%
BLUE value IS 26 (10.55% from 255) = 6.37%
R=45.59%
G=48.04%
B=6.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186196260.0500.870.2363.5376.5843.53
HexBAC41A505717404d2c
Octal27230432501272710011554
Binary101110101100010011010101010101111011110000001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC41A; }

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

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

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

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

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

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

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

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