#B6B922

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

Shades of Rio Grande #B6B922

Tints of Rio Grande #B6B922

Color information

#B6B922 (or 0xB6B922) is unknown color: approx Rio Grande. HEX triplet: B6, B9 and 22. RGB value is (182,185,34). Sum of RGB (Red+Green+Blue) = 182+185+34=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B922 is #4946DD. Grayscale: #A7A7A7. Windows color (decimal): -4802270 or 2275766. OLE color: 2275766.

HSL color Cylindrical-coordinate representation of color #B6B922: hue angle of 61.19º 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 #B6B922 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB18218534-
CMYK0.0200.820.27
HSL61.19º68.95%42.94%-
HSV(B)61.19º81.62%72.55%-
XYZ36.9344.768.21-
YUV166.8953.01138.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.39%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 34 (13.67% from 255) = 8.48%
R=45.39%
G=46.13%
B=8.48%

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
Decimal182185340.0200.820.2761.1968.9542.94
HexB6B92220521B3d452b
Octal2662714220122337510553
Binary10110110101110011000101001010010110111111011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B922; }

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

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

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

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

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

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

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

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