#B9BE1F

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

Shades of Rio Grande #B9BE1F

Tints of Rio Grande #B9BE1F

Color information

#B9BE1F (or 0xB9BE1F) is unknown color: approx Rio Grande. HEX triplet: B9, BE and 1F. RGB value is (185,190,31). Sum of RGB (Red+Green+Blue) = 185+190+31=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BE1F is #4641E0. Grayscale: #ABABAB. Windows color (decimal): -4604385 or 2080441. OLE color: 2080441.

HSL color Cylindrical-coordinate representation of color #B9BE1F: hue angle of 61.89º 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 #B9BE1F is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB18519031-
CMYK0.0300.840.25
HSL61.89º71.95%43.33%-
HSV(B)61.89º83.68%74.51%-
XYZ38.6747.248.38-
YUV170.3849.34138.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.57%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 31 (12.5% from 255) = 7.64%
R=45.57%
G=46.80%
B=7.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185190310.0300.840.2561.8971.9543.33
HexB9BE1F3054193e482b
Octal2712763730124317611053
Binary1011100110111110111111101010100110011111101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE1F; }

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

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

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

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

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

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

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

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