#B4B928

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

Shades of Rio Grande #B4B928

Tints of Rio Grande #B4B928

Color information

#B4B928 (or 0xB4B928) is unknown color: approx Rio Grande. HEX triplet: B4, B9 and 28. RGB value is (180,185,40). Sum of RGB (Red+Green+Blue) = 180+185+40=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B928 is #4B46D7. Grayscale: #A7A7A7. Windows color (decimal): -4933336 or 2668980. OLE color: 2668980.

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

Color convert

RGB18018540-
CMYK0.0300.780.27
HSL62.07º64.44%44.12%-
HSV(B)62.07º78.38%72.55%-
XYZ36.5544.558.68-
YUV166.9856.34137.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 185 (72.66% from 255) = 45.68%
BLUE value IS 40 (16.02% from 255) = 9.88%
R=44.44%
G=45.68%
B=9.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180185400.0300.780.2762.0764.4444.12
HexB4B928304E1B3e402c
Octal2642715030116337610054
Binary10110100101110011010001101001110110111111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B928; }

 p { color: rgb(180,185,40); }

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

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

 a { background-color: rgb(180,185,40); }

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

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

 span { border-color: rgb(180,185,40); }

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