#B0BA12

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

Shades of La Rioja #B0BA12

Tints of La Rioja #B0BA12

Color information

#B0BA12 (or 0xB0BA12) is unknown color: approx La Rioja. HEX triplet: B0, BA and 12. RGB value is (176,186,18). Sum of RGB (Red+Green+Blue) = 176+186+18=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA12 is #4F45ED. Grayscale: #A4A4A4. Windows color (decimal): -5195246 or 1227440. OLE color: 1227440.

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

Color convert

RGB17618618-
CMYK0.0500.900.27
HSL63.57º82.35%40%-
HSV(B)63.57º90.32%72.94%-
XYZ35.5744.397.27-
YUV163.8645.69136.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 186 (73.05% from 255) = 48.95%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=46.32%
G=48.95%
B=4.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176186180.0500.900.2763.5782.3540
HexB0BA12505A1B405228
Octal26027222501323310012250
Binary101100001011101010010101010110101101110000001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BA12; }

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

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

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

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

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

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

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

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