#BAC31A

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

Shades of Rio Grande #BAC31A

Tints of Rio Grande #BAC31A

Color information

#BAC31A (or 0xBAC31A) is unknown color: approx Rio Grande. HEX triplet: BA, C3 and 1A. RGB value is (186,195,26). Sum of RGB (Red+Green+Blue) = 186+195+26=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC31A is #453CE5. Grayscale: #ADADAD. Windows color (decimal): -4537574 or 1754042. OLE color: 1754042.

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

Color convert

RGB18619526-
CMYK0.0500.870.24
HSL63.2º76.47%43.33%-
HSV(B)63.2º86.67%76.47%-
XYZ39.9549.548.43-
YUV173.0445.02137.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 195 (76.56% from 255) = 47.91%
BLUE value IS 26 (10.55% from 255) = 6.39%
R=45.70%
G=47.91%
B=6.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186195260.0500.870.2463.276.4743.33
HexBAC31A5057183f4c2b
Octal2723033250127307711453
Binary10111010110000111101010101010111110001111111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC31A; }

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

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

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

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

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

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

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

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