#B5BA2A

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

Shades of Rio Grande #B5BA2A

Tints of Rio Grande #B5BA2A

Color information

#B5BA2A (or 0xB5BA2A) is unknown color: approx Rio Grande. HEX triplet: B5, BA and 2A. RGB value is (181,186,42). Sum of RGB (Red+Green+Blue) = 181+186+42=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA2A is #4A45D5. Grayscale: #A8A8A8. Windows color (decimal): -4867542 or 2800309. OLE color: 2800309.

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

Color convert

RGB18118642-
CMYK0.0300.770.27
HSL62.08º63.16%44.71%-
HSV(B)62.08º77.42%72.94%-
XYZ37.0345.118.95-
YUV168.0956.84137.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 42 (16.80% from 255) = 10.27%
R=44.25%
G=45.48%
B=10.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186420.0300.770.2762.0863.1644.71
HexB5BA2A304D1B3e3f2d
Octal265272523011533767755
Binary1011010110111010101010110100110111011111110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA2A; }

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

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

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

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

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

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

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

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