#B5BE1F

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

Shades of Rio Grande #B5BE1F

Tints of Rio Grande #B5BE1F

Color information

#B5BE1F (or 0xB5BE1F) is unknown color: approx Rio Grande. HEX triplet: B5, BE and 1F. RGB value is (181,190,31). Sum of RGB (Red+Green+Blue) = 181+190+31=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE1F is #4A41E0. Grayscale: #A9A9A9. Windows color (decimal): -4866529 or 2080437. OLE color: 2080437.

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

Color convert

RGB18119031-
CMYK0.0500.840.25
HSL63.4º71.95%43.33%-
HSV(B)63.4º83.68%74.51%-
XYZ37.7246.758.33-
YUV169.1850.02136.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 31 (12.5% from 255) = 7.71%
R=45.02%
G=47.26%
B=7.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181190310.0500.840.2563.471.9543.33
HexB5BE1F5054193f482b
Octal2652763750124317711053
Binary10110101101111101111110101010100110011111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BE1F; }

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

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

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

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

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

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

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

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