#B9BE2A

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

Shades of Rio Grande #B9BE2A

Tints of Rio Grande #B9BE2A

Color information

#B9BE2A (or 0xB9BE2A) is unknown color: approx Rio Grande. HEX triplet: B9, BE and 2A. RGB value is (185,190,42). Sum of RGB (Red+Green+Blue) = 185+190+42=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BE2A is #4641D5. Grayscale: #ACACAC. Windows color (decimal): -4604374 or 2801337. OLE color: 2801337.

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

Color convert

RGB18519042-
CMYK0.0300.780.25
HSL62.03º63.79%45.49%-
HSV(B)62.03º77.89%74.51%-
XYZ38.8447.319.27-
YUV171.6354.84137.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 42 (16.80% from 255) = 10.07%
R=44.36%
G=45.56%
B=10.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185190420.0300.780.2562.0363.7945.49
HexB9BE2A304E193e402d
Octal2712765230116317610055
Binary10111001101111101010101101001110110011111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE2A; }

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

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

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

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

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

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

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

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