#B5BA2E

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

Shades of Rio Grande #B5BA2E

Tints of Rio Grande #B5BA2E

Color information

#B5BA2E (or 0xB5BA2E) is unknown color: approx Rio Grande. HEX triplet: B5, BA and 2E. RGB value is (181,186,46). Sum of RGB (Red+Green+Blue) = 181+186+46=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA2E is #4A45D1. Grayscale: #A9A9A9. Windows color (decimal): -4867538 or 3062453. OLE color: 3062453.

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

Color convert

RGB18118646-
CMYK0.0300.750.27
HSL62.14º60.34%45.49%-
HSV(B)62.14º75.27%72.94%-
XYZ37.1145.149.34-
YUV168.5458.84136.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 186 (73.05% from 255) = 45.04%
BLUE value IS 46 (18.36% from 255) = 11.14%
R=43.83%
G=45.04%
B=11.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186460.0300.750.2762.1460.3445.49
HexB5BA2E304B1B3e3c2d
Octal265272563011333767455
Binary1011010110111010101110110100101111011111110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA2E; }

 p { color: rgb(181,186,46); }

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

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

 a { background-color: rgb(181,186,46); }

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

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

 span { border-color: rgb(181,186,46); }

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