#B7BA2A

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

Shades of Rio Grande #B7BA2A

Tints of Rio Grande #B7BA2A

Color information

#B7BA2A (or 0xB7BA2A) is unknown color: approx Rio Grande. HEX triplet: B7, BA and 2A. RGB value is (183,186,42). Sum of RGB (Red+Green+Blue) = 183+186+42=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA2A is #4845D5. Grayscale: #A9A9A9. Windows color (decimal): -4736470 or 2800311. OLE color: 2800311.

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

Color convert

RGB18318642-
CMYK0.0200.770.27
HSL61.25º63.16%44.71%-
HSV(B)61.25º77.42%72.94%-
XYZ37.5145.358.97-
YUV168.6956.51138.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 42 (16.80% from 255) = 10.22%
R=44.53%
G=45.26%
B=10.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183186420.0200.770.2761.2563.1644.71
HexB7BA2A204D1B3d3f2d
Octal267272522011533757755
Binary1011011110111010101010100100110111011111101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BA2A; }

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

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

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

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

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

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

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

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