#B6B910

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

Shades of La Rioja #B6B910

Tints of La Rioja #B6B910

Color information

#B6B910 (or 0xB6B910) is unknown color: approx La Rioja. HEX triplet: B6, B9 and 10. RGB value is (182,185,16). Sum of RGB (Red+Green+Blue) = 182+185+16=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B910 is #4946EF. Grayscale: #A5A5A5. Windows color (decimal): -4802288 or 1096118. OLE color: 1096118.

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

Color convert

RGB18218516-
CMYK0.0200.910.27
HSL61.07º84.08%39.41%-
HSV(B)61.07º91.35%72.55%-
XYZ36.7344.687.18-
YUV164.8444.01140.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 185 (72.66% from 255) = 48.30%
BLUE value IS 16 (6.64% from 255) = 4.18%
R=47.52%
G=48.30%
B=4.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182185160.0200.910.2761.0784.0839.41
HexB6B910205B1B3d5427
Octal2662712020133337512447
Binary1011011010111001100001001011011110111111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B910; }

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

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

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

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

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

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

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

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