#B0BA00

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

Shades of La Rioja #B0BA00

Tints of La Rioja #B0BA00

Color information

#B0BA00 (or 0xB0BA00) is unknown color: approx La Rioja. HEX triplet: B0, BA and 00. RGB value is (176,186,0). Sum of RGB (Red+Green+Blue) = 176+186+0=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA00 is #4F45FF. Grayscale: #A2A2A2. Windows color (decimal): -5195264 or 47792. OLE color: 47792.

HSL color Cylindrical-coordinate representation of color #B0BA00: hue angle of 63.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0BA00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1761860-
CMYK0.05010.27
HSL63.23º100%36.47%-
HSV(B)63.23º100%72.94%-
XYZ35.4644.356.69-
YUV161.8136.69138.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 186 (73.05% from 255) = 51.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.62%
G=51.38%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17618600.05010.2763.2310036.47
HexB0BA050641B3f6424
Octal260272050144337714444
Binary1011000010111010010101100100110111111111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA00; }

 p { color: rgb(176,186,0); }

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

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

 a { background-color: rgb(176,186,0); }

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

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

 span { border-color: rgb(176,186,0); }

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