#BAC021

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

Shades of Rio Grande #BAC021

Tints of Rio Grande #BAC021

Color information

#BAC021 (or 0xBAC021) is unknown color: approx Rio Grande. HEX triplet: BA, C0 and 21. RGB value is (186,192,33). Sum of RGB (Red+Green+Blue) = 186+192+33=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC021 is #453FDE. Grayscale: #ACACAC. Windows color (decimal): -4538335 or 2212026. OLE color: 2212026.

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

Color convert

RGB18619233-
CMYK0.0300.830.25
HSL62.26º70.67%44.12%-
HSV(B)62.26º82.81%75.29%-
XYZ39.3748.258.68-
YUV172.0849.51137.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 33 (13.28% from 255) = 8.03%
R=45.26%
G=46.72%
B=8.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186192330.0300.830.2562.2670.6744.12
HexBAC0213053193e472c
Octal2723004130123317610754
Binary10111010110000001000011101010011110011111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC021; }

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

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

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

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

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

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

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

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