#B6BC0A

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

Shades of La Rioja #B6BC0A

Tints of La Rioja #B6BC0A

Color information

#B6BC0A (or 0xB6BC0A) is unknown color: approx La Rioja. HEX triplet: B6, BC and 0A. RGB value is (182,188,10). Sum of RGB (Red+Green+Blue) = 182+188+10=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BC0A is #4943F5. Grayscale: #A6A6A6. Windows color (decimal): -4801526 or 703670. OLE color: 703670.

HSL color Cylindrical-coordinate representation of color #B6BC0A: hue angle of 62.02º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6BC0A is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB18218810-
CMYK0.0300.950.26
HSL62.02º89.9%38.82%-
HSV(B)62.02º94.68%73.73%-
XYZ37.3345.937.19-
YUV165.9140.01139.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 188 (73.83% from 255) = 49.47%
BLUE value IS 10 (4.30% from 255) = 2.63%
R=47.89%
G=49.47%
B=2.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182188100.0300.950.2662.0289.938.82
HexB6BCA305F1A3e5a27
Octal2662741230137327613247
Binary101101101011110010101101011111110101111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BC0A; }

 p { color: rgb(182,188,10); }

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

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

 a { background-color: rgb(182,188,10); }

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

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

 span { border-color: rgb(182,188,10); }

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