#B7BA2C

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

Shades of Rio Grande #B7BA2C

Tints of Rio Grande #B7BA2C

Color information

#B7BA2C (or 0xB7BA2C) is unknown color: approx Rio Grande. HEX triplet: B7, BA and 2C. RGB value is (183,186,44). Sum of RGB (Red+Green+Blue) = 183+186+44=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA2C is #4845D3. Grayscale: #A9A9A9. Windows color (decimal): -4736468 or 2931383. OLE color: 2931383.

HSL color Cylindrical-coordinate representation of color #B7BA2C: hue angle of 61.27º 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 #B7BA2C is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB18318644-
CMYK0.0200.760.27
HSL61.27º61.74%45.1%-
HSV(B)61.27º76.34%72.94%-
XYZ37.5445.379.16-
YUV168.9257.51138.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 44 (17.58% from 255) = 10.65%
R=44.31%
G=45.04%
B=10.65%

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
Decimal183186440.0200.760.2761.2761.7445.1
HexB7BA2C204C1B3d3e2d
Octal267272542011433757655
Binary1011011110111010101100100100110011011111101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BA2C; }

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

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

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

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

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

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

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

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