#B6B908

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

Shades of La Rioja #B6B908

Tints of La Rioja #B6B908

Color information

#B6B908 (or 0xB6B908) is unknown color: approx La Rioja. HEX triplet: B6, B9 and 08. RGB value is (182,185,8). Sum of RGB (Red+Green+Blue) = 182+185+8=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6B908 is #4946F7. Grayscale: #A4A4A4. Windows color (decimal): -4802296 or 571830. OLE color: 571830.

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

Color convert

RGB1821858-
CMYK0.0200.960.27
HSL61.02º91.71%37.84%-
HSV(B)61.02º95.68%72.55%-
XYZ36.6844.666.92-
YUV163.9240.01140.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=48.53%
G=49.33%
B=2.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18218580.0200.960.2761.0291.7137.84
HexB6B9820601B3d5c26
Octal2662711020140337513446
Binary101101101011100110001001100000110111111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B908; }

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

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

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

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

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

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

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

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