#B6BD12

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

Shades of La Rioja #B6BD12

Tints of La Rioja #B6BD12

Color information

#B6BD12 (or 0xB6BD12) is unknown color: approx La Rioja. HEX triplet: B6, BD and 12. RGB value is (182,189,18). Sum of RGB (Red+Green+Blue) = 182+189+18=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BD12 is #4942ED. Grayscale: #A8A8A8. Windows color (decimal): -4801262 or 1228214. OLE color: 1228214.

HSL color Cylindrical-coordinate representation of color #B6BD12: hue angle of 62.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6BD12 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB18218918-
CMYK0.0400.900.26
HSL62.46º82.61%40.59%-
HSV(B)62.46º90.48%74.12%-
XYZ37.646.387.54-
YUV167.4143.68138.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 189 (74.22% from 255) = 48.59%
BLUE value IS 18 (7.42% from 255) = 4.63%
R=46.79%
G=48.59%
B=4.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182189180.0400.900.2662.4682.6140.59
HexB6BD12405A1A3e5329
Octal2662752240132327612351
Binary10110110101111011001010001011010110101111101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BD12; }

 p { color: rgb(182,189,18); }

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

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

 a { background-color: rgb(182,189,18); }

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

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

 span { border-color: rgb(182,189,18); }

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