#BAC62A

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

Shades of Rio Grande #BAC62A

Tints of Rio Grande #BAC62A

Color information

#BAC62A (or 0xBAC62A) is unknown color: approx Rio Grande. HEX triplet: BA, C6 and 2A. RGB value is (186,198,42). Sum of RGB (Red+Green+Blue) = 186+198+42=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC62A is #4539D5. Grayscale: #B1B1B1. Windows color (decimal): -4536790 or 2803386. OLE color: 2803386.

HSL color Cylindrical-coordinate representation of color #BAC62A: hue angle of 64.62º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BAC62A is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB18619842-
CMYK0.0600.790.22
HSL64.62º65%47.06%-
HSV(B)64.62º78.79%77.65%-
XYZ40.8650.999.88-
YUV176.6352.02134.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.66%
GREEN value IS 198 (77.73% from 255) = 46.48%
BLUE value IS 42 (16.80% from 255) = 9.86%
R=43.66%
G=46.48%
B=9.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198420.0600.790.2264.626547.06
HexBAC62A604F1641412f
Octal27230652601172610110157
Binary1011101011000110101010110010011111011010000011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC62A; }

 p { color: rgb(186,198,42); }

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

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

 a { background-color: rgb(186,198,42); }

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

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

 span { border-color: rgb(186,198,42); }

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