#b3ba1f

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

Shades of Rio Grande #B3BA1F

Tints of Rio Grande #B3BA1F

Color information

#B3BA1F (or 0xB3BA1F) is unknown color: approx Rio Grande. HEX triplet: B3, BA and 1F. RGB value is (179,186,31). Sum of RGB (Red+Green+Blue) = 179+186+31=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BA1F is #4C45E0. Grayscale: #A6A6A6. Windows color (decimal): -4998625 or 2079411. OLE color: 2079411.

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

Color convert

RGB17918631-
CMYK0.0400.830.27
HSL62.71º71.43%42.55%-
HSV(B)62.71º83.33%72.94%-
XYZ36.444.88.03-
YUV166.2451.68137.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 186 (73.05% from 255) = 46.97%
BLUE value IS 31 (12.5% from 255) = 7.83%
R=45.20%
G=46.97%
B=7.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179186310.0400.830.2762.7171.4342.55
HexB3BA1F40531B3f472b
Octal2632723740123337710753
Binary10110011101110101111110001010011110111111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3ba1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3ba1f; }

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

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

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

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

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

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

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

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