#B5BA1B

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

Shades of Rio Grande #B5BA1B

Tints of Rio Grande #B5BA1B

Color information

#B5BA1B (or 0xB5BA1B) is unknown color: approx Rio Grande. HEX triplet: B5, BA and 1B. RGB value is (181,186,27). Sum of RGB (Red+Green+Blue) = 181+186+27=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA1B is #4A45E4. Grayscale: #A7A7A7. Windows color (decimal): -4867557 or 1817269. OLE color: 1817269.

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

Color convert

RGB18118627-
CMYK0.0300.850.27
HSL61.89º74.65%41.76%-
HSV(B)61.89º85.48%72.94%-
XYZ36.8145.027.79-
YUV166.3849.34138.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 186 (73.05% from 255) = 47.21%
BLUE value IS 27 (10.94% from 255) = 6.85%
R=45.94%
G=47.21%
B=6.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186270.0300.850.2761.8974.6541.76
HexB5BA1B30551B3e4b2a
Octal2652723330125337611352
Binary1011010110111010110111101010101110111111101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA1B; }

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

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

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

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

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

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

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

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