#B8B926

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

Shades of Rio Grande #B8B926

Tints of Rio Grande #B8B926

Color information

#B8B926 (or 0xB8B926) is unknown color: approx Rio Grande. HEX triplet: B8, B9 and 26. RGB value is (184,185,38). Sum of RGB (Red+Green+Blue) = 184+185+38=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8B926 is #4746D9. Grayscale: #A8A8A8. Windows color (decimal): -4671194 or 2537912. OLE color: 2537912.

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

Color convert

RGB18418538-
CMYK0.0100.790.27
HSL60.41º65.92%43.73%-
HSV(B)60.41º79.46%72.55%-
XYZ37.4745.038.55-
YUV167.9454.67139.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 185 (72.66% from 255) = 45.45%
BLUE value IS 38 (15.23% from 255) = 9.34%
R=45.21%
G=45.45%
B=9.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184185380.0100.790.2760.4165.9243.73
HexB8B926104F1B3c422c
Octal2702714610117337410254
Binary1011100010111001100110101001111110111111001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B926; }

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

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

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

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

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

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

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

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