#BAC11E

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

Shades of Rio Grande #BAC11E

Tints of Rio Grande #BAC11E

Color information

#BAC11E (or 0xBAC11E) is unknown color: approx Rio Grande. HEX triplet: BA, C1 and 1E. RGB value is (186,193,30). Sum of RGB (Red+Green+Blue) = 186+193+30=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC11E is #453EE1. Grayscale: #ACACAC. Windows color (decimal): -4538082 or 2015674. OLE color: 2015674.

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

Color convert

RGB18619330-
CMYK0.0400.840.24
HSL62.58º73.09%43.73%-
HSV(B)62.58º84.46%75.69%-
XYZ39.5548.678.54-
YUV172.3247.68137.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.48%
GREEN value IS 193 (75.78% from 255) = 47.19%
BLUE value IS 30 (12.11% from 255) = 7.33%
R=45.48%
G=47.19%
B=7.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193300.0400.840.2462.5873.0943.73
HexBAC11E4054183f492c
Octal2723013640124307711154
Binary10111010110000011111010001010100110001111111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC11E; }

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

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

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

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

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

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

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

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