#B5BA2F

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

Shades of Rio Grande #B5BA2F

Tints of Rio Grande #B5BA2F

Color information

#B5BA2F (or 0xB5BA2F) is unknown color: approx Rio Grande. HEX triplet: B5, BA and 2F. RGB value is (181,186,47). Sum of RGB (Red+Green+Blue) = 181+186+47=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA2F is #4A45D0. Grayscale: #A9A9A9. Windows color (decimal): -4867537 or 3127989. OLE color: 3127989.

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

Color convert

RGB18118647-
CMYK0.0300.750.27
HSL62.16º59.66%45.69%-
HSV(B)62.16º74.73%72.94%-
XYZ37.1345.159.45-
YUV168.6659.34136.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 186 (73.05% from 255) = 44.93%
BLUE value IS 47 (18.75% from 255) = 11.35%
R=43.72%
G=44.93%
B=11.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186470.0300.750.2762.1659.6645.69
HexB5BA2F304B1B3e3c2e
Octal265272573011333767456
Binary1011010110111010101111110100101111011111110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA2F; }

 p { color: rgb(181,186,47); }

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

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

 a { background-color: rgb(181,186,47); }

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

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

 span { border-color: rgb(181,186,47); }

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