#B0BA0A

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

Shades of La Rioja #B0BA0A

Tints of La Rioja #B0BA0A

Color information

#B0BA0A (or 0xB0BA0A) is unknown color: approx La Rioja. HEX triplet: B0, BA and 0A. RGB value is (176,186,10). Sum of RGB (Red+Green+Blue) = 176+186+10=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 10 (4.30% from 255 or 2.69% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA0A is #4F45F5. Grayscale: #A3A3A3. Windows color (decimal): -5195254 or 703152. OLE color: 703152.

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

Color convert

RGB17618610-
CMYK0.0500.950.27
HSL63.41º89.8%38.43%-
HSV(B)63.41º94.62%72.94%-
XYZ35.5244.376.98-
YUV162.9541.69137.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.31%
GREEN value IS 186 (73.05% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 2.69%
R=47.31%
G=50%
B=2.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176186100.0500.950.2763.4189.838.43
HexB0BAA505F1B3f5a26
Octal2602721250137337713246
Binary1011000010111010101010101011111110111111111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA0A; }

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

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

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

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

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

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

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

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