#B5B922

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

Shades of Rio Grande #B5B922

Tints of Rio Grande #B5B922

Color information

#B5B922 (or 0xB5B922) is unknown color: approx Rio Grande. HEX triplet: B5, B9 and 22. RGB value is (181,185,34). Sum of RGB (Red+Green+Blue) = 181+185+34=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 34 (13.67% from 255 or 8.5% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B922 is #4A46DD. Grayscale: #A7A7A7. Windows color (decimal): -4867806 or 2275765. OLE color: 2275765.

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

Color convert

RGB18118534-
CMYK0.0200.820.27
HSL61.59º68.95%42.94%-
HSV(B)61.59º81.62%72.55%-
XYZ36.6944.648.2-
YUV166.5953.17138.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 185 (72.66% from 255) = 46.25%
BLUE value IS 34 (13.67% from 255) = 8.5%
R=45.25%
G=46.25%
B=8.5%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181185340.0200.820.2761.5968.9542.94
HexB5B92220521B3e452b
Octal2652714220122337610553
Binary10110101101110011000101001010010110111111101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B922; }

 p { color: rgb(181,185,34); }

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

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

 a { background-color: rgb(181,185,34); }

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

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

 span { border-color: rgb(181,185,34); }

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