#B6BA03

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

Shades of La Rioja #B6BA03

Tints of La Rioja #B6BA03

Color information

#B6BA03 (or 0xB6BA03) is unknown color: approx La Rioja. HEX triplet: B6, BA and 03. RGB value is (182,186,3). Sum of RGB (Red+Green+Blue) = 182+186+3=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BA03 is #4945FC. Grayscale: #A4A4A4. Windows color (decimal): -4802045 or 244406. OLE color: 244406.

HSL color Cylindrical-coordinate representation of color #B6BA03: hue angle of 61.31º degrees, saturation: 0.97, 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 #B6BA03 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1821863-
CMYK0.0200.980.27
HSL61.31º96.83%37.06%-
HSV(B)61.31º98.39%72.94%-
XYZ36.8745.076.84-
YUV163.9437.17140.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 186 (73.05% from 255) = 50.13%
BLUE value IS 3 (1.56% from 255) = 0.81%
R=49.06%
G=50.13%
B=0.81%

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
Decimal18218630.0200.980.2761.3196.8337.06
HexB6BA320621B3d6125
Octal266272320142337514145
Binary1011011010111010111001100010110111111011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BA03; }

 p { color: rgb(182,186,3); }

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

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

 a { background-color: rgb(182,186,3); }

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

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

 span { border-color: rgb(182,186,3); }

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