#B8B923

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

Shades of Rio Grande #B8B923

Tints of Rio Grande #B8B923

Color information

#B8B923 (or 0xB8B923) is unknown color: approx Rio Grande. HEX triplet: B8, B9 and 23. RGB value is (184,185,35). Sum of RGB (Red+Green+Blue) = 184+185+35=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B923 is #4746DC. Grayscale: #A8A8A8. Windows color (decimal): -4671197 or 2341304. OLE color: 2341304.

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

Color convert

RGB18418535-
CMYK0.0100.810.27
HSL60.4º68.18%43.14%-
HSV(B)60.4º81.08%72.55%-
XYZ37.4245.018.31-
YUV167.653.17139.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.54%
GREEN value IS 185 (72.66% from 255) = 45.79%
BLUE value IS 35 (14.06% from 255) = 8.66%
R=45.54%
G=45.79%
B=8.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184185350.0100.810.2760.468.1843.14
HexB8B92310511B3c442b
Octal2702714310121337410453
Binary1011100010111001100011101010001110111111001000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B923; }

 p { color: rgb(184,185,35); }

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

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

 a { background-color: rgb(184,185,35); }

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

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

 span { border-color: rgb(184,185,35); }

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