#B5BE29

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

Shades of Rio Grande #B5BE29

Tints of Rio Grande #B5BE29

Color information

#B5BE29 (or 0xB5BE29) is unknown color: approx Rio Grande. HEX triplet: B5, BE and 29. RGB value is (181,190,41). Sum of RGB (Red+Green+Blue) = 181+190+41=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE29 is #4A41D6. Grayscale: #AAAAAA. Windows color (decimal): -4866519 or 2735797. OLE color: 2735797.

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

Color convert

RGB18119041-
CMYK0.0500.780.25
HSL63.62º64.5%45.29%-
HSV(B)63.62º78.42%74.51%-
XYZ37.8746.819.14-
YUV170.3255.02135.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.93%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 41 (16.41% from 255) = 9.95%
R=43.93%
G=46.12%
B=9.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181190410.0500.780.2563.6264.545.29
HexB5BE29504E1940412d
Octal26527651501163110010155
Binary1011010110111110101001101010011101100110000001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BE29; }

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

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

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

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

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

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

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

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