#B6BA32

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

Shades of Rio Grande #B6BA32

Tints of Rio Grande #B6BA32

Color information

#B6BA32 (or 0xB6BA32) is unknown color: approx Rio Grande. HEX triplet: B6, BA and 32. RGB value is (182,186,50). Sum of RGB (Red+Green+Blue) = 182+186+50=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA32 is #4945CD. Grayscale: #A9A9A9. Windows color (decimal): -4801998 or 3324598. OLE color: 3324598.

HSL color Cylindrical-coordinate representation of color #B6BA32: hue angle of 61.76º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6BA32 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB18218650-
CMYK0.0200.730.27
HSL61.76º57.63%46.27%-
HSV(B)61.76º73.12%72.94%-
XYZ37.4345.299.79-
YUV169.360.67137.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 186 (73.05% from 255) = 44.50%
BLUE value IS 50 (19.92% from 255) = 11.96%
R=43.54%
G=44.50%
B=11.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182186500.0200.730.2761.7657.6346.27
HexB6BA3220491B3e3a2e
Octal266272622011133767256
Binary1011011010111010110010100100100111011111110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA32; }

 p { color: rgb(182,186,50); }

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

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

 a { background-color: rgb(182,186,50); }

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

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

 span { border-color: rgb(182,186,50); }

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