#B5BA24

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

Shades of Rio Grande #B5BA24

Tints of Rio Grande #B5BA24

Color information

#B5BA24 (or 0xB5BA24) is unknown color: approx Rio Grande. HEX triplet: B5, BA and 24. RGB value is (181,186,36). Sum of RGB (Red+Green+Blue) = 181+186+36=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA24 is #4A45DB. Grayscale: #A8A8A8. Windows color (decimal): -4867548 or 2407093. OLE color: 2407093.

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

Color convert

RGB18118636-
CMYK0.0300.810.27
HSL62º67.57%43.53%-
HSV(B)62º80.65%72.94%-
XYZ36.9345.078.42-
YUV167.453.84137.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 186 (73.05% from 255) = 46.15%
BLUE value IS 36 (14.45% from 255) = 8.93%
R=44.91%
G=46.15%
B=8.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181186360.0300.810.276267.5743.53
HexB5BA2430511B3e442c
Octal2652724430121337610454
Binary10110101101110101001001101010001110111111101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BA24; }

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

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

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

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

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

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

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

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