#B3B91F

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

Shades of Rio Grande #B3B91F

Tints of Rio Grande #B3B91F

Color information

#B3B91F (or 0xB3B91F) is unknown color: approx Rio Grande. HEX triplet: B3, B9 and 1F. RGB value is (179,185,31). Sum of RGB (Red+Green+Blue) = 179+185+31=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B91F is #4C46E0. Grayscale: #A6A6A6. Windows color (decimal): -4998881 or 2079155. OLE color: 2079155.

HSL color Cylindrical-coordinate representation of color #B3B91F: hue angle of 62.34º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3B91F is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB17918531-
CMYK0.0300.830.27
HSL62.34º71.3%42.35%-
HSV(B)62.34º83.24%72.55%-
XYZ36.1944.387.96-
YUV165.6552.01137.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 185 (72.66% from 255) = 46.84%
BLUE value IS 31 (12.5% from 255) = 7.85%
R=45.32%
G=46.84%
B=7.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179185310.0300.830.2762.3471.342.35
HexB3B91F30531B3e472a
Octal2632713730123337610752
Binary1011001110111001111111101010011110111111101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B91F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B91F; }

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

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

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

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

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

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

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

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