#BAC121

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

Shades of Rio Grande #BAC121

Tints of Rio Grande #BAC121

Color information

#BAC121 (or 0xBAC121) is unknown color: approx Rio Grande. HEX triplet: BA, C1 and 21. RGB value is (186,193,33). Sum of RGB (Red+Green+Blue) = 186+193+33=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC121 is #453EDE. Grayscale: #ADADAD. Windows color (decimal): -4538079 or 2212282. OLE color: 2212282.

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

Color convert

RGB18619333-
CMYK0.0400.830.24
HSL62.62º70.8%44.31%-
HSV(B)62.62º82.9%75.69%-
XYZ39.5948.698.75-
YUV172.6749.18137.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 193 (75.78% from 255) = 46.84%
BLUE value IS 33 (13.28% from 255) = 8.01%
R=45.15%
G=46.84%
B=8.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193330.0400.830.2462.6270.844.31
HexBAC1214053183f472c
Octal2723014140123307710754
Binary101110101100000110000110001010011110001111111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC121; }

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

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

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

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

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

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

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

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