#B6BA2C

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

Shades of Rio Grande #B6BA2C

Tints of Rio Grande #B6BA2C

Color information

#B6BA2C (or 0xB6BA2C) is unknown color: approx Rio Grande. HEX triplet: B6, BA and 2C. RGB value is (182,186,44). Sum of RGB (Red+Green+Blue) = 182+186+44=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BA2C is #4945D3. Grayscale: #A9A9A9. Windows color (decimal): -4802004 or 2931382. OLE color: 2931382.

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

Color convert

RGB18218644-
CMYK0.0200.760.27
HSL61.69º61.74%45.1%-
HSV(B)61.69º76.34%72.94%-
XYZ37.345.249.15-
YUV168.6257.67137.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.17%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 44 (17.58% from 255) = 10.68%
R=44.17%
G=45.15%
B=10.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182186440.0200.760.2761.6961.7445.1
HexB6BA2C204C1B3e3e2d
Octal266272542011433767655
Binary1011011010111010101100100100110011011111110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA2C; }

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

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

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

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

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

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

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

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