#B7B921

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

Shades of Rio Grande #B7B921

Tints of Rio Grande #B7B921

Color information

#B7B921 (or 0xB7B921) is unknown color: approx Rio Grande. HEX triplet: B7, B9 and 21. RGB value is (183,185,33). Sum of RGB (Red+Green+Blue) = 183+185+33=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B921 is #4846DE. Grayscale: #A7A7A7. Windows color (decimal): -4736735 or 2210231. OLE color: 2210231.

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

Color convert

RGB18318533-
CMYK0.0100.820.27
HSL60.79º69.72%42.75%-
HSV(B)60.79º82.16%72.55%-
XYZ37.1544.888.14-
YUV167.0752.34139.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 185 (72.66% from 255) = 46.13%
BLUE value IS 33 (13.28% from 255) = 8.23%
R=45.64%
G=46.13%
B=8.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183185330.0100.820.2760.7969.7242.75
HexB7B92110521B3d462b
Octal2672714110122337510653
Binary1011011110111001100001101010010110111111011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B921; }

 p { color: rgb(183,185,33); }

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

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

 a { background-color: rgb(183,185,33); }

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

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

 span { border-color: rgb(183,185,33); }

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