#B5BE31

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

Shades of Rio Grande #B5BE31

Tints of Rio Grande #B5BE31

Color information

#B5BE31 (or 0xB5BE31) is unknown color: approx Rio Grande. HEX triplet: B5, BE and 31. RGB value is (181,190,49). Sum of RGB (Red+Green+Blue) = 181+190+49=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE31 is #4A41CE. Grayscale: #ABABAB. Windows color (decimal): -4866511 or 3260085. OLE color: 3260085.

HSL color Cylindrical-coordinate representation of color #B5BE31: hue angle of 63.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5BE31 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB18119049-
CMYK0.0500.740.25
HSL63.83º59%46.86%-
HSV(B)63.83º74.21%74.51%-
XYZ38.0246.879.95-
YUV171.2459.02134.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 49 (19.53% from 255) = 11.67%
R=43.10%
G=45.24%
B=11.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181190490.0500.740.2563.835946.86
HexB5BE31504A19403b2f
Octal2652766150112311007357
Binary101101011011111011000110101001010110011000000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BE31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BE31; }

 p { color: rgb(181,190,49); }

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

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

 a { background-color: rgb(181,190,49); }

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

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

 span { border-color: rgb(181,190,49); }

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