#B6B904

Color #B6B904 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B6B904

Tints of La Rioja #B6B904

Color information

#B6B904 (or 0xB6B904) is unknown color: approx La Rioja. HEX triplet: B6, B9 and 04. RGB value is (182,185,4). Sum of RGB (Red+Green+Blue) = 182+185+4=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B904 is #4946FB. Grayscale: #A4A4A4. Windows color (decimal): -4802300 or 309686. OLE color: 309686.

HSL color Cylindrical-coordinate representation of color #B6B904: hue angle of 60.99º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B6B904 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1821854-
CMYK0.0200.980.27
HSL60.99º95.77%37.06%-
HSV(B)60.99º97.84%72.55%-
XYZ36.6644.656.8-
YUV163.4738.01141.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 4 (1.95% from 255) = 1.08%
R=49.06%
G=49.87%
B=1.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18218540.0200.980.2760.9995.7737.06
HexB6B9420621B3d6025
Octal266271420142337514045
Binary10110110101110011001001100010110111111011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B904; }

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

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

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

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

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

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

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

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